Skip to content

Commit

Permalink
🐛 add push perm
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jul 4, 2024
1 parent 17aa32a commit 72bf3dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: release
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[skip ci]') == false
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 72bf3dd

Please sign in to comment.