We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b156f8 commit 1c73309Copy full SHA for 1c73309
.github/workflows/update-flake-dependencies.yml
@@ -17,7 +17,7 @@ jobs:
17
run: nix flake update
18
- name: Create signed commit with flake.lock changes
19
env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.OP_BOT_TOKEN }}
21
FILE_TO_COMMIT: flake.lock
22
COMMIT_BRANCH: automation/update-flake-dependencies
23
COMMIT_MESSAGE: "chore(nix): Update Flake dependencies"
0 commit comments