Skip to content

Commit 28b1c77

Browse files
authored
ci: update github workflow security (#184)
1 parent 687db56 commit 28b1c77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cancel.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Cancel
22
on: [push]
3+
permissions: {} # none
34
jobs:
45
cancel:
6+
permissions:
7+
actions: write
58
name: Cancel Previous Runs
69
runs-on: ubuntu-latest
710
timeout-minutes: 3

0 commit comments

Comments
 (0)