Skip to content

Commit

Permalink
Add build write permissions on GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGW committed Jul 10, 2024
1 parent f8a8037 commit 825545e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 825545e

Please sign in to comment.