Skip to content

Commit

Permalink
ci: update-flake: allow actions on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 9, 2024
1 parent 45c112d commit 03955a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
github_access_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: cachix/cachix-action@v14
with:
name: horriblename
Expand Down

0 comments on commit 03955a4

Please sign in to comment.