ci: init gh access token

This commit is contained in:
notohh 2023-10-05 15:58:45 -04:00
parent 6342f2f19f
commit e6caef73e0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,4 +5,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
with:
- extra-conf: |
access-tokens = github.com=${{ secrets.GH_TOKEN }}
- run: nix flake check