Skip to content

Commit cbfe9e6

Browse files
authored
Merge pull request #199 from chaitanya1731/doc
workflows: Added read permission to the workflow
2 parents ad306a1 + 041351f commit cbfe9e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger-dci-apps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
# It will trigger on a pull request - can also be run manually
44

55
name: dci-apps-workflow-trigger
6+
permissions: read-all
67
on: [workflow_dispatch, pull_request]
78

89
jobs:
910
using-trigger-and-wait:
1011
name: Remote Trigger for DCI Apps Job
12+
permissions: {}
1113
runs-on: self-hosted
1214
steps:
1315
- uses: convictional/trigger-workflow-and-wait@v1.6.5

0 commit comments

Comments
 (0)