diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index f2c0ce48e5..2111b312d2 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -9,7 +9,7 @@ on: env: CURRENT_BRANCH: ${{ github.ref_name }} TARGET_BRANCH: ${{ vars.SYNC_TARGET_BRANCH_NAME }} # The target branch that you would like to merge changes like develop - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Personal access token required to modify contents and workflows + GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Personal access token required to modify contents and workflows ACCOUNT_USER_NAME: ${{ vars.ACCOUNT_USER_NAME }} ACCOUNT_USER_EMAIL: ${{ vars.ACCOUNT_USER_EMAIL }}