Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Oct 30, 2024
1 parent 5501277 commit fafe3ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
name: Release
permissions:
"contents": "write"
"pull-requests": "write"
"repository-projects": "write"

# This task will run whenever you push a git tag that looks like a version
# like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc.
Expand Down Expand Up @@ -202,7 +204,6 @@ jobs:
${{ env.BUILD_MANIFEST_NAME }}
# Determines if we should publish/announce
host:
permissions: write-all
needs:
- plan
- build-local-artifacts
Expand Down

0 comments on commit fafe3ad

Please sign in to comment.