From e2de8d65ba694b947f1e637ce156ffc773454b67 Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Mon, 11 Mar 2024 21:15:17 +0530 Subject: [PATCH] TP-39914 | fix --- .github/workflows/codePush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codePush.yml b/.github/workflows/codePush.yml index 996991e4..f64b4e17 100644 --- a/.github/workflows/codePush.yml +++ b/.github/workflows/codePush.yml @@ -73,7 +73,7 @@ jobs: # Create a release tag using the GitHub API curl \ -X POST \ - -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + -H "Authorization: token ${{ secrets.MY_REPO_PAT }}" \ -H "Content-Type: application/json" \ -d '{ "tag_name": "'$TAG_NAME'",