Skip to content

Commit

Permalink
Grant Actions workflow permission to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Feb 13, 2024
1 parent b0ae24e commit 5422ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
# Always use ubuntu-latest for this action
runs-on: ubuntu-latest
name: Export and create release
permissions:
contents: write
steps:

- name: Checkout
Expand Down

0 comments on commit 5422ddb

Please sign in to comment.