Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
arshajii committed Aug 23, 2024
1 parent 6df1ea7 commit 15253e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Codon CI (manylinux)
needs: create_release
permissions:
content: write
contents: write
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
name: Codon CI
needs: create_release
permissions:
content: write
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 15253e2

Please sign in to comment.