Skip to content

Commit

Permalink
fix(workflow): Add necessary permissions to job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jan 15, 2024
1 parent db5b666 commit e33e808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
name: Build artifacts and create draft release
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v4
Expand Down

0 comments on commit e33e808

Please sign in to comment.