Skip to content

Commit

Permalink
Correct the usage of tokens in SRI update workflow
Browse files Browse the repository at this point in the history
This used an outdated / no-longer-used token; let's see if I can use
the app instead (which is what it was intended to use anyway).
  • Loading branch information
antifuchs committed Dec 15, 2024
1 parent a0bed63 commit be2d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-go-sri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
private_key: ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{secrets.REPO_CONTENT_UPDATE_TOKEN}}
token: ${{steps.generate_token.outputs.token}}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@v8
Expand Down

0 comments on commit be2d0a7

Please sign in to comment.