From 1628d6f42d9be72167ee794405bcae07b3ac63bd Mon Sep 17 00:00:00 2001 From: anhnhu Date: Tue, 14 May 2024 14:55:28 +0700 Subject: [PATCH] Edit token in file workflow --- .github/workflows/push-webapp-test-01.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-webapp-test-01.yml b/.github/workflows/push-webapp-test-01.yml index d04fa9495c..028e04ace7 100644 --- a/.github/workflows/push-webapp-test-01.yml +++ b/.github/workflows/push-webapp-test-01.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GH_AUTOMATION_TOKEN }} - name: Setup Node uses: actions/setup-node@v3 with: