Skip to content

Commit

Permalink
Add repo write permission to the publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotgoodrich committed Oct 8, 2024
1 parent cbfc5e8 commit 0a51a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: only-one-job-should-write-to-release-branch-at-one-time
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0a51a26

Please sign in to comment.