Skip to content

Commit 6f2097e

Browse files
authored
Merge pull request #465 from 1Password/mrj/nix-flake-update-ci-improved
fix(ci): Use 1Password-bot token for flake update PRs so approval job runs
2 parents b976815 + bafbf36 commit 6f2097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: DeterminateSystems/magic-nix-cache-action@main
1414
- name: Update flake.lock and create signed commit with flake.lock changes
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.OP_BOT_TOKEN }}
1717
FILE_TO_COMMIT: flake.lock
1818
COMMIT_BRANCH: automation/update-flake-dependencies
1919
COMMIT_MESSAGE: "chore(nix): Update Flake dependencies"

0 commit comments

Comments
 (0)