mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 01:27:00 +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'
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.UPLOAD_TO_GITHUB }}
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: dist/chsrc_${{ steps.get_version.outputs.version }}-1_amd64.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user