From 3b56b9ab6a0a464eed10fa90cefcb146a522213f Mon Sep 17 00:00:00 2001 From: Andre-Philippe Paquet Date: Wed, 2 Oct 2024 21:06:22 -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 87a28ce..574d0e9 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -252,4 +252,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: ${{ github.token }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_PAT }} \ No newline at end of file