Skip to content

Commit eedd67d

Browse files
committed
fix perms
1 parent 6d88471 commit eedd67d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/assertion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
if: ${{ !github.event.pull_request.head.repo.fork }}
2828
permissions:
29-
contents: write
29+
id-token: write
30+
contents: read
3031
env:
3132
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
3233
outputs:

0 commit comments

Comments
 (0)