From 04d1604b9e7b007db00ab1937e116562a22ebc7f Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Mon, 29 Jul 2024 12:23:25 -0700 Subject: [PATCH] chore(ci): fix release access token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 592b8ca..2b036bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - uses: ./.github/actions/prepare - run: npm run build - env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} uses: JoshuaKGoldberg/release-it-action@a5e9120c1c7bb2d6a4e9f86b9464cf830e215ae7 # v0.2.3