We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475c34f commit 11d29fcCopy full SHA for 11d29fc
2 files changed
.github/workflows/ci.yaml
@@ -19,7 +19,6 @@ jobs:
19
packages: write
20
attestations: write
21
id-token: write
22
- repository-projects: write
23
#
24
steps:
25
- name: Checkout repository
.github/workflows/release.yaml
@@ -16,11 +16,10 @@ jobs:
16
runs-on: ubuntu-latest
17
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
18
permissions:
- contents: read
+ contents: write
26
0 commit comments