Skip to content

Commit

Permalink
fix: updating permissions in the release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Feb 19, 2024
1 parent 497aba3 commit 039dd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
release:
name: Create Release
runs-on: 'ubuntu-22.04'
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 039dd86

Please sign in to comment.