We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d88471 commit eedd67dCopy full SHA for eedd67d
.github/workflows/assertion.yml
@@ -26,7 +26,8 @@ jobs:
26
runs-on: ubuntu-22.04
27
if: ${{ !github.event.pull_request.head.repo.fork }}
28
permissions:
29
- contents: write
+ id-token: write
30
+ contents: read
31
env:
32
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
33
outputs:
0 commit comments