We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b179b commit 053626bCopy full SHA for 053626b
1 file changed
.github/workflows/cicd-1-pull-request-devtest.yaml
@@ -7,6 +7,8 @@ on:
7
8
permissions:
9
contents: read
10
+ # id-token: write
11
+ # pull-requests: write
12
13
jobs:
14
metadata:
@@ -75,6 +77,8 @@ jobs:
75
77
commit-stage: # Recommended maximum execution time is 2 minutes
76
78
name: "Commit stage"
79
needs: [metadata]
80
+ permissions:
81
+ id-token: write
82
uses: ./.github/workflows/stage-1-commit.yaml
83
with:
84
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
0 commit comments