Skip to content

Commit

Permalink
chore: add proper permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Jul 31, 2024
1 parent 1f00884 commit cd53df4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
branches: '*'

jobs:
publish:
release:
permissions:
contents: write
pull-requests: write
issues: write
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
Expand Down

0 comments on commit cd53df4

Please sign in to comment.