Skip to content

Commit

Permalink
Configure github token for flake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Mar 25, 2024
1 parent 90b18b8 commit 40ebdfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ jobs:
# For Nix.
- name: Setup Nix
if: inputs.flake_dirs != ''
uses: cachix/install-nix-action@v26
uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.RINUS_GITHUB_TOKEN }}

- name: Upgrade Nix flake inputs
if: inputs.flake_dirs != ''
Expand Down

0 comments on commit 40ebdfa

Please sign in to comment.