We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7db0d commit f32882dCopy full SHA for f32882d
1 file changed
.github/workflows/system.yml
@@ -29,5 +29,6 @@ jobs:
29
- name: Evaluate
30
run: uv run commit0 evaluate-reference simpy
31
- name: Save
32
- env: GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
34
run: uv run commit0 save simpy test-save-commit0
0 commit comments