Skip to content

Commit

Permalink
Add write permission to GITHUB_TOKEN to create release
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lamp <[email protected]>
  • Loading branch information
modzilla99 committed May 27, 2024
1 parent f86d3da commit ecda8c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
- 'v*'

jobs:
build:
release:
runs-on: ubuntu-latest

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

0 comments on commit ecda8c1

Please sign in to comment.