Skip to content

Commit

Permalink
adding access to github secrets to set a github access token environm…
Browse files Browse the repository at this point in the history
…ent variable
  • Loading branch information
RussBerg committed Jun 22, 2023
1 parent 83498e7 commit 0be8ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
texlive-fonts-recommended
- name: Generate build files
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
make prepare
Expand Down

0 comments on commit 0be8ac8

Please sign in to comment.