From e07558bf9556d933ea67d996077ee876c41f5552 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 16:05:20 -0400 Subject: [PATCH] try this for auth --- .forgejo/workflows/check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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