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