Skip to content

Commit 11d29fc

Browse files
committed
updated permissions
1 parent 475c34f commit 11d29fc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
packages: write
2020
attestations: write
2121
id-token: write
22-
repository-projects: write
2322
#
2423
steps:
2524
- name: Checkout repository

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
1818
permissions:
19-
contents: read
19+
contents: write
2020
packages: write
2121
attestations: write
2222
id-token: write
23-
repository-projects: write
2423
#
2524
steps:
2625
- name: Checkout repository

0 commit comments

Comments
 (0)