diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 69647a6..a83f3fb 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -7,5 +7,5 @@ jobs: - uses: https://github.com/DeterminateSystems/nix-installer-action@main with: - extra-conf: | - access-tokens = github.com=${{ secrets.GH_TOKEN }} + github-token = ${{ secrets.GH_TOKEN }} - run: nix flake check