fix: Update token to allow updates on protected branch

(cherry picked from commit 6f332f3669)
This commit is contained in:
Deepesh Garg
2022-04-19 15:28:56 +05:30
committed by mergify-bot
parent 8c291f7b7a
commit baab3797ca

View File

@@ -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