Skip to content

Commit 66a8801

Browse files
committed
Add necessary permission for cosign
1 parent 6f57d21 commit 66a8801

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-packages-1.0.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323

2424
build-pack-publish:
2525
runs-on: windows-latest
26+
permissions:
27+
contents: read
28+
pull-requests: read
29+
id-token: write
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
COSIGN_YES: "yes"
2633

2734
outputs:
2835
artifact-url: ${{ steps.upload-artifacts.outputs.artifact-url }}

0 commit comments

Comments
 (0)