mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-05 09:31:39 -05:00
fix syntax in github yaml
This commit is contained in:
parent
0f0b4db17b
commit
492a427f0e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-pdf.yml
vendored
6
.github/workflows/build-pdf.yml
vendored
|
@ -8,8 +8,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- uses: cachix/install-nix-action@v15
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: nix build
|
||||
|
|
Loading…
Add table
Reference in a new issue