From dbd5f154dfe661529223c2ddc06960db98d16b5b Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 16 Oct 2024 19:15:27 +0530 Subject: [PATCH] fix: create pull request changes --- .github/workflows/create-sync-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}