From 6f332f3669d81dd08828077ba91334450531dcfa Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 19 Apr 2022 15:28:56 +0530 Subject: [PATCH] fix: Update token to allow updates on protected branch --- .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 532485f21f..32ea02b1d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,5 +21,5 @@ jobs: npm install @semantic-release/git @semantic-release/exec --no-save - name: Create Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} run: npx semantic-release \ No newline at end of file