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