Skip to content

Commit

Permalink
Correct permissions on test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Nov 11, 2023
1 parent a53f1d0 commit ef2c2e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
check:
name: nix flake check
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -39,6 +41,9 @@ jobs:
integration:
name: Integration
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit ef2c2e7

Please sign in to comment.