8000 add write permission for signing job · nginx/agent@6d88471 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d88471

Browse files
committed
add write permission for signing job
1 parent 9c5ee3f commit 6d88471

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
if: ${{ !github.event.pull_request.head.repo.fork }}
2828
permissions:
29-
contents: read
29+
contents: write
3030
env:
3131
GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
3232
outputs:

0 commit comments

Comments
 (0)
0