Skip to content

Commit

Permalink
Merge pull request #25 from markphip/patch-1
Browse files Browse the repository at this point in the history
Declare required permissions
  • Loading branch information
samruddhikhandale committed Dec 19, 2022
2 parents aac1915 + a1d353b commit dfee211
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
packages: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit dfee211

Please sign in to comment.