Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 11d6f25

Browse files
authored
ci: update github workflow security permissions (#90)
1 parent e0b4dea commit 11d6f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cancel.yml

Lines changed: 3 additions & 0 deletions
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)