Skip to content

Commit

Permalink
chore: remove permissions from release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jokajak committed Aug 6, 2023
1 parent 8ed5d54 commit 824804f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,10 @@ jobs:
needs:
- tests
runs-on: ubuntu-latest
# From https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
# From https://github.com/google-github-actions/release-please-action#workflow-permissions
permissions:
actions: read
checks: write
contents: write
deployments: none
id-token: none
issues: write
discussions: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 824804f

Please sign in to comment.