From ec2964ecffb895640a04ccd9b007fdb17b0eab7f Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 19 Dec 2019 14:03:26 +0200 Subject: [PATCH] typescript(option): chore: fixed github action config Signed-off-by: prescientmoon --- typescript/option/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/option/.github/workflows/release.yml b/typescript/option/.github/workflows/release.yml index 9fa6fea..13b1bc7 100644 --- a/typescript/option/.github/workflows/release.yml +++ b/typescript/option/.github/workflows/release.yml @@ -19,5 +19,5 @@ jobs: - run: pnpm install - run: pnpx semantic-release env: - _GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}