From 5d440d80684f18dab0ca88ba809e09ff8054b5fb Mon Sep 17 00:00:00 2001 From: Josh Rose Date: Wed, 20 Sep 2023 14:46:39 +0100 Subject: [PATCH] fix: switch to using a pat as per documentation --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75781d5..451ec86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,5 @@ jobs: run: npm run dist - name: Release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npm run release