Skip to content

Commit 6b41257

Browse files
committed
GHA: Added pipeline permissions sections.
1 parent 38e206f commit 6b41257

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
88
- cron: '0 22 * * 5'
99

10+
permissions:
11+
actions: write
12+
contents: write
13+
pages: write
14+
id-token: write
15+
1016
jobs:
1117
Pipeline:
1218
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r7

0 commit comments

Comments
 (0)