From c6cdb36c3f1a85e4a8cd918538ee1071b4e85ae2 Mon Sep 17 00:00:00 2001 From: Narin Ratana Date: Wed, 22 Nov 2023 14:01:33 -0800 Subject: [PATCH] Test persist-credentials: false --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a83e9c30..41ac688d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }} + persist-credentials: false - name: Use Node.js 18.x uses: actions/setup-node@v3 with: