mirror of https://github.com/Lissy93/dashy.git
🔑 Use bot token if available in tag workflow
This commit is contained in:
parent
93a531a3f2
commit
c2559bc731
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ needs.tag-pre-release.outputs.tag }}
|
tag: ${{ needs.tag-pre-release.outputs.tag }}
|
||||||
bodyFile: ".github/LATEST_CHANGELOG.md"
|
bodyFile: ".github/LATEST_CHANGELOG.md"
|
||||||
mark-issue-fixed:
|
mark-issue-fixed:
|
||||||
|
|
Loading…
Reference in New Issue