Skip to content

Commit 6489dee

Browse files
Add explicit permissions to workflow for security
Co-authored-by: jeremymanning <[email protected]>
1 parent 3a8d7e5 commit 6489dee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto_solver.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
auto-solve:
1010
runs-on: ubuntu-latest
1111
if: github.repository_owner == 'ContextLab' # only run if on the ContextLab (source) repository!
12+
13+
permissions:
14+
contents: write # Required to push commits back to the repository
1215

1316
steps:
1417
- name: Checkout repository

0 commit comments

Comments
 (0)