mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 07:35:00 +00:00
Merge pull request #30742 from deepeshgarg007/bot_token
fix: Update token to allow updates on protected branch
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user