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

Commit de10f08

Browse files
authored
Grant GitHub Actions workflow the correct permissions (#19)
1 parent 3b6a052 commit de10f08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_deps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions: write-all
13+
1214
jobs:
1315
check-deps:
1416
name: Check Dependencies

0 commit comments

Comments
 (0)