Skip to content

Commit 79150ee

Browse files
authored
Merge pull request #126 from Adyen/fixing-workflow-permissions
Restricting permissions for workflows
2 parents a4f48b6 + b2a046c commit 79150ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cancel-duplicate-workflows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 🧹 Cancel duplicate work flows
2-
2+
permissions:
3+
actions: write
34
on:
45
pull_request:
56
types: [opened, synchronize, reopened]

0 commit comments

Comments
 (0)