Skip to content

Commit 3ec554b

Browse files
committed
.
1 parent 0ef6285 commit 3ec554b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- uses: cachix/install-nix-action@v27
9+
with:
10+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
911
- run: |
1012
cd docs/ && make clean check all && cd ..
1113
cd latex/python/ && make clean check all && cd ../..

0 commit comments

Comments
 (0)