From 7abe79ced381b0138cb46e33b7b3aad7cdc7693b Mon Sep 17 00:00:00 2001 From: Michiel Degezelle Date: Thu, 16 Oct 2025 15:55:34 +0200 Subject: [PATCH] Restore Repo access token --- .github/workflows/check_auth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_auth.yml b/.github/workflows/check_auth.yml index e357ec9..fc63774 100644 --- a/.github/workflows/check_auth.yml +++ b/.github/workflows/check_auth.yml @@ -48,4 +48,4 @@ jobs: echo "::add-mask::$CONFIG_JSON" echo "$CONFIG_JSON" | gh secret set CONFIG_JSON env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} \ No newline at end of file