Merge pull request #30743 from frappe/mergify/bp/version-13-hotfix/pr-30742

fix: Update token to allow updates on protected branch (backport #30742)
This commit is contained in:
Deepesh Garg
2022-04-19 15:32:10 +05:30
committed by GitHub

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