Skip to content

Commit 1c73309

Browse files
committed
fix(ci): Use 1Password-bot token for flake update PRs so approval job runs
1 parent 0b156f8 commit 1c73309

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
@@ -17,7 +17,7 @@ jobs:
1717
run: nix flake update
1818
- name: Create signed commit with flake.lock changes
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.OP_BOT_TOKEN }}
2121
FILE_TO_COMMIT: flake.lock
2222
COMMIT_BRANCH: automation/update-flake-dependencies
2323
COMMIT_MESSAGE: "chore(nix): Update Flake dependencies"

0 commit comments

Comments
 (0)