Skip to content

Commit

Permalink
Add permissions to gh release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metsavir committed Feb 16, 2024
1 parent eeebd34 commit 8bd3241
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 @@ -7,6 +7,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-22.04
permissions:
contents: write # to be able to publish a GitHub release
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 8bd3241

Please sign in to comment.