From aaf10aa2e18d7b4a4492ff031f753da47465f981 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sat, 19 Oct 2024 21:07:46 +0700 Subject: [PATCH] ci(publish): specify `GITHUB_TOKEN` in release step --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eec45d8..e3469ccf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,3 +30,5 @@ jobs: - name: Release run: pnpx semantic-release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}