Fix changelog action ID and update token secret for Gitea integration
This commit is contained in:
@@ -60,12 +60,14 @@ jobs:
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
- name: Build Changelog
|
||||
id: github_release
|
||||
id: build_changelog
|
||||
uses: mikepenz/release-changelog-builder-action@v2
|
||||
with:
|
||||
owner: "PHB"
|
||||
repo: "workflowbumptester"
|
||||
platform: "gitea"
|
||||
configuration: ".gitea/changelog-config.json"
|
||||
token: ${{ secrets.TOKEN }}
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user