Skip to content

Commit

Permalink
Update update-flake-lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Feb 8, 2025
1 parent 62a218d commit b592749
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_PRIVATE_KEY }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
token: ${{ steps.app-token.outputs.token }}

0 comments on commit b592749

Please sign in to comment.