Skip to content

Commit

Permalink
updated permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Sep 19, 2024
1 parent 475c34f commit 11d29fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
packages: write
attestations: write
id-token: write
repository-projects: write
#
steps:
- name: Checkout repository
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
permissions:
contents: read
contents: write
packages: write
attestations: write
id-token: write
repository-projects: write
#
steps:
- name: Checkout repository
Expand Down

0 comments on commit 11d29fc

Please sign in to comment.