Skip to content

Commit

Permalink
permission reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 18, 2024
1 parent d3991a9 commit dfa40a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
id-token: write
issues: write
repository-projects: write
deployments: write
packages: write
issues: read
pull-requests: write
steps:
- name: Checkout Repo
Expand Down

0 comments on commit dfa40a4

Please sign in to comment.