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

Commit ae01b7b

Browse files
authored
Change CI permissions (#100)
1 parent 80e7dda commit ae01b7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ on:
1717
- 'scripts/**'
1818
branches: [ main ]
1919

20+
workflow_dispatch:
21+
22+
permissions:
23+
contents: write
24+
2025
env:
2126
EXERCISES_DIRECTORY: ./exercises
2227

0 commit comments

Comments
 (0)