We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bd1b6 commit 392518eCopy full SHA for 392518e
.github/workflows/publish.yaml
@@ -1,6 +1,9 @@
1
name: Plugins - CD
2
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3
-permissions: {}
+permissions:
4
+ attestations: write
5
+ contents: write
6
+ id-token: write
7
8
on:
9
workflow_dispatch:
.github/workflows/push.yaml
@@ -1,5 +1,7 @@
name: Plugins - CI
+ contents: read
push:
0 commit comments