From bafbf36327c267715f0e6ad13f1bac67c17e5a81 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Fri, 17 May 2024 11:34:02 -0400 Subject: [PATCH] fix(ci): Use 1Password-bot token for flake update PRs so approval job runs --- .github/workflows/update-flake-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-dependencies.yml b/.github/workflows/update-flake-dependencies.yml index 3d78fba7..98b94723 100644 --- a/.github/workflows/update-flake-dependencies.yml +++ b/.github/workflows/update-flake-dependencies.yml @@ -13,7 +13,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: Update flake.lock and create signed commit with flake.lock changes env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OP_BOT_TOKEN }} FILE_TO_COMMIT: flake.lock COMMIT_BRANCH: automation/update-flake-dependencies COMMIT_MESSAGE: "chore(nix): Update Flake dependencies"