Skip to content

Commit

Permalink
fix(ci): Use 1Password-bot token for flake update PRs so approval job…
Browse files Browse the repository at this point in the history
… runs
  • Loading branch information
mrjones2014 committed May 17, 2024
1 parent 0b156f8 commit 1c73309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: nix flake update
- name: 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"
Expand Down

0 comments on commit 1c73309

Please sign in to comment.