Skip to content

Commit cf2716a

Browse files
authored
ci: update github workflow security permissions (#970)
1 parent e9e5f59 commit cf2716a

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)