Skip to content

Commit f0ff57d

Browse files
committed
more permissions for publish
1 parent 800b1a9 commit f0ff57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Plugins - CD
22
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
33
permissions:
4-
contents: read
4+
attestations: write
5+
contents: write
56
id-token: write
67

78
on:

0 commit comments

Comments
 (0)