fix: hotfix auto select starter template works without github token #release (#959)
* fix: hotfix starter template fix, updated header link to use navigate * template auth fix * updated changelog script
This commit is contained in:
2
.github/workflows/update-stable.yml
vendored
2
.github/workflows/update-stable.yml
vendored
@@ -88,6 +88,8 @@ jobs:
|
||||
id: changelog
|
||||
env:
|
||||
NEW_VERSION: ${{ steps.bump_version.outputs.new_version }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
run: .github/scripts/generate-changelog.sh
|
||||
|
||||
- name: Get the latest commit hash and version tag
|
||||
|
||||
Reference in New Issue
Block a user