Skip to content

Commit

Permalink
➕ Add permissions to version-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Apr 25, 2024
1 parent 3200181 commit a30feff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
needs: run-tests
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
Expand Down

0 comments on commit a30feff

Please sign in to comment.