Skip to content

Commit 841012d

Browse files
committed
[skip ci] fix perms
1 parent 256b4a2 commit 841012d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assertion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
if: ${{ !github.event.pull_request.head.repo.fork }}
2323
permissions:
24-
id-token: read
24+
id-token: write
2525
contents: read
2626
env:
2727
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@${{ secrets.ARTIFACTORY_URL }}"

0 commit comments

Comments
 (0)