Skip to content

Commit b31439b

Browse files
authored
Merge pull request #29 from getyourguide/add-workflow-permissions-to-other-workflows
SEC-3057 Define other workflow permissions
2 parents d2c771e + 8f63482 commit b31439b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ['main']
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
concurrency:
912
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
1013
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}

0 commit comments

Comments
 (0)