Skip to content

Commit

Permalink
Fix action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gitrust committed Jun 25, 2024
1 parent f325d43 commit 62244bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
tags:
- 'v*.*.*'

permissions:
actions: write

jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 62244bc

Please sign in to comment.