Skip to content

Commit

Permalink
Remove unnecessary write access for releases in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mojocn authored Dec 30, 2024
1 parent 0a2715f commit 8ef69fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
build:
name: Build Binaries
permissions:
releases: write
contents: write # IMPORTANT: Grant write access to contents (includes releases)
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 8ef69fd

Please sign in to comment.