Refactor changelog action to use environment variable for Gitea token
This commit is contained in:
@@ -63,11 +63,10 @@ jobs:
|
|||||||
id: build_changelog
|
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.GITEA_TOKEN }}
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|||||||
Reference in New Issue
Block a user