Skip to content

Commit

Permalink
Update action permissions (#291)
Browse files Browse the repository at this point in the history
* chore: update permissions in workflow

* chore: update readme with correct permissions
  • Loading branch information
grantmorrison authored Apr 25, 2023
1 parent c49fcb7 commit 00ea3d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
issues: write
pull-requests: write
steps:
- uses: nearform-actions/optic-release-automation-action@main
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
issues: write
pull-requests: write
steps:
- uses: nearform-actions/optic-release-automation-action@v4
with:
Expand Down

0 comments on commit 00ea3d3

Please sign in to comment.