try this for auth

This commit is contained in:
notohh 2023-10-05 16:05:20 -04:00
parent a4bc759142
commit e07558bf95
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,6 +6,5 @@ jobs:
- 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: with:
- extra-conf: | - github-token: ${{ secrets.GH_TOKEN }}
github-token = ${{ secrets.GH_TOKEN }}
- run: nix flake check - run: nix flake check