mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-19 18:42:45 +08:00
Try use same GitHub token for CI
This commit is contained in:
parent
075f91cbde
commit
d4e1e7dd37
2
.github/workflows/pkg-deb.yml
vendored
2
.github/workflows/pkg-deb.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: dist/chsrc_${{ steps.get_version.outputs.version }}-1_amd64.deb
|
asset_path: dist/chsrc_${{ steps.get_version.outputs.version }}-1_amd64.deb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user