Skip to content

Commit bc56dba

Browse files
committed
more permissions for publish
1 parent 41ca8a1 commit bc56dba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

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

78
on:
89
workflow_dispatch:

0 commit comments

Comments
 (0)