From 718c3908b36ff2b6695a913aaf5fb399f8cc4327 Mon Sep 17 00:00:00 2001 From: Andre-Philippe Paquet Date: Wed, 2 Oct 2024 21:49:08 -0400 Subject: [PATCH] auto updater --- .github/workflows/updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index 14ead72..a2e61cd 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -276,4 +276,4 @@ jobs: git push origin $BRANCH_NAME gh pr create --title "Flake update" --body "$(cat all-diffs)" --base master --head "$BRANCH_NAME" env: - GH_TOKEN: ${{ secrets.GH_PAT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file