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