We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df226e9 commit fd4cefbCopy full SHA for fd4cefb
.github/workflows/pr-label.yaml
@@ -7,6 +7,7 @@ on:
7
- edited
8
9
permissions:
10
+ # Permits `github/issue-labeler` to add a label to a pull request
11
pull-requests: write
12
contents: read
13
.github/workflows/release.yml
@@ -19,6 +19,10 @@ on:
19
required: true
20
default: 'main'
21
22
+permissions:
23
+ # Provenance generation in GitHub Actions requires "write" access to the "id-token"
24
+ id-token: write
25
+
26
jobs:
27
release:
28
name: Release
0 commit comments