Skip to content

Commit

Permalink
fix(ci): magic-nix-cache job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 23, 2024
1 parent f0e1d67 commit 6511b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
id-token: write
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@v11
Expand Down

0 comments on commit 6511b2a

Please sign in to comment.