diff --git a/.github/workflows/daily-flake-update.yml b/.github/workflows/daily-flake-update.yml index b91c857..5c16bdc 100644 --- a/.github/workflows/daily-flake-update.yml +++ b/.github/workflows/daily-flake-update.yml @@ -28,10 +28,10 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN }} extra-conf: | experimental-features = nix-command flakes - access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} + access-tokens = github.com=${{ secrets.GH_TOKEN }} - name: Install Dependencies id: deps