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 3f97ddbCopy full SHA for 3f97ddb
.github/workflows/publish.yaml
@@ -1,6 +1,8 @@
1
name: Plugins - CD
2
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
3
-permissions: {}
+permissions:
4
+ contents: read
5
+ id-token: read
6
7
on:
8
workflow_dispatch:
.github/workflows/push.yaml
@@ -1,5 +1,7 @@
name: Plugins - CI
+ id-token: write
push:
0 commit comments