ci: use nix-infra-bot token (#308)

This commit is contained in:
zowoq 2023-11-15 20:35:27 +10:00 committed by GitHub
parent e2fc33b792
commit 9d7817cde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: update-dev-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 1 * * 1,4' # Run twice a week
- cron: "0 1 * * 1,4" # Run twice a week
jobs:
lockfile:
@ -15,6 +15,7 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
path-to-flake-dir: ./dev
pr-labels: |
merge-queue

View File

@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 1,4' # Run twice a week
- cron: "0 0 * * 1,4" # Run twice a week
jobs:
lockfile:
@ -15,5 +15,6 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-labels: |
merge-queue