Skip to content

Commit

Permalink
CI: tweak syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 10, 2024
1 parent 0474307 commit 5485c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
ghc: [ghc98, ghc910]
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
id-token: write # ? requested by magic-nix-cache
contents: read # ? requested by magic-nix-cache
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
Expand Down

0 comments on commit 5485c45

Please sign in to comment.