Skip to content

Commit

Permalink
Allow CI to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 5, 2024
1 parent 455cf31 commit 7d18ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sterile-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:
jobs:
test:
permissions:
contents: read
packages: read
id-token: write
runs-on: lab
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:

push:
permissions:
contents: read
packages: write
id-token: write
runs-on: lab
Expand Down

0 comments on commit 7d18ecc

Please sign in to comment.