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 c5a2901 commit e6f3c09Copy full SHA for e6f3c09
.github/workflows/cicd-1-pull-request.yaml
@@ -130,6 +130,11 @@ jobs:
130
name: "Test stage"
131
needs: [metadata, commit-stage]
132
uses: ./.github/workflows/stage-2-test.yaml
133
+ permissions:
134
+ id-token: write
135
+ contents: read
136
+ checks: write
137
+ actions: read
138
with:
139
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
140
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
0 commit comments