Skip to content

Commit e6f3c09

Browse files
set permissions
1 parent c5a2901 commit e6f3c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
name: "Test stage"
131131
needs: [metadata, commit-stage]
132132
uses: ./.github/workflows/stage-2-test.yaml
133+
permissions:
134+
id-token: write
135+
contents: read
136+
checks: write
137+
actions: read
133138
with:
134139
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
135140
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"

0 commit comments

Comments
 (0)