Skip to content

Commit

Permalink
Add permissions for write access in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LogicDX342 committed Nov 7, 2024
1 parent 81298d2 commit 10ef624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
release:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
generateReleaseNotes: true

0 comments on commit 10ef624

Please sign in to comment.