ci: init gh access token
This commit is contained in:
parent
6342f2f19f
commit
e6caef73e0
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
- extra-conf: |
|
||||||
|
access-tokens = github.com=${{ secrets.GH_TOKEN }}
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
Loading…
Reference in a new issue