Skip to content

Commit

Permalink
Give permission to the Releases pipeline to write content.
Browse files Browse the repository at this point in the history
Need permission to write to the Releases tab now. See:
ncipollo/release-action#208.

Issue: #2.
  • Loading branch information
jackson15j committed Feb 2, 2023
1 parent 4d7fbac commit 6f441dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
# Need permission to write to the Releases tab now.
# https://github.com/ncipollo/release-action/issues/208.
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6f441dc

Please # to comment.