mirror of
https://github.com/Lissy93/dashy.git
synced 2026-07-30 11:06:09 -04:00
🔀 Merge pull request #2276 from lissy93/ref/update-release-file
Update release file, use PAT
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
||||
${{ steps.package.outputs.tarball }}
|
||||
${{ steps.checksum.outputs.file }}
|
||||
${{ steps.attest_asset.outputs.file }}
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.OWNER_RELEASE_TOKEN || secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: 📋 Job summary
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user