We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8d7e5 commit 6489deeCopy full SHA for 6489dee
.github/workflows/auto_solver.yml
@@ -9,6 +9,9 @@ jobs:
9
auto-solve:
10
runs-on: ubuntu-latest
11
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
15
16
steps:
17
- name: Checkout repository
0 commit comments