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 184ab3c commit 96a1999Copy full SHA for 96a1999
.github/workflows/auto-labeler.yml
@@ -9,7 +9,7 @@ permissions:
9
jobs:
10
main:
11
permissions:
12
- contents: write
+ contents: read
13
pull-requests: write
14
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
15
with:
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
21
release_image:
22
needs: release
23
24
25
- discussions: write
26
packages: write
27
- pull-requests: read
+ id-token: write
+ attestations: write
28
uses: github/ospo-reusable-workflows/.github/workflows/release-image.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
29
30
image-name: ${{ github.repository }}
0 commit comments