mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-24 22:25:16 +02:00
🔑 Use bot token if available in tag workflow
This commit is contained in:
parent
93a531a3f2
commit
c2559bc731
2
.github/workflows/auto-tag-pr.yml
vendored
2
.github/workflows/auto-tag-pr.yml
vendored
@ -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…
x
Reference in New Issue
Block a user