From f16a8f1935d1acd22dcb47376d74fe8315d792aa Mon Sep 17 00:00:00 2001 From: JMN09 <157629053+JMN09@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:21:47 +0300 Subject: [PATCH] Update build-test-deploy.yml --- .github/workflows/build-test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 38b7239..7e2a53f 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -47,7 +47,7 @@ jobs: - name: checkout rep uses: actions/checkout@v4 with: - token: ${{ secret.GITHUB_TOKEN }} + token: ${{ secret.TOKEN }} - name: use node.js uses: actions/setup-node@v4 with: