From 54e6f99c4d38efb5251301c966b45971d59da522 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 23 Feb 2024 17:11:05 -0800 Subject: [PATCH] chore: update GHA token --- .github/workflows/release_publish-lts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_publish-lts.yml b/.github/workflows/release_publish-lts.yml index fde6e4e8053..4bd007375b5 100644 --- a/.github/workflows/release_publish-lts.yml +++ b/.github/workflows/release_publish-lts.yml @@ -57,7 +57,7 @@ jobs: FORCE_COLOR: 2 CI: true NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} + GITHUB_AUTH: ${{ secrets.GH_DEPLOY_TOKEN }} - uses: actions/upload-artifact@v4 with: name: tarballs