We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e142b2b commit 08153ddCopy full SHA for 08153dd
1 file changed
.github/workflows/deploy-to-dev-demo.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
test-and-validate:
10
+ permissions:
11
+ id-token: write
12
+ contents: read
13
secrets: inherit
14
uses: ./.github/workflows/test-and-validate.yml
15
0 commit comments