Skip to content

Commit d4e1e7d

Browse files
committed
Try use same GitHub token for CI
1 parent 075f91c commit d4e1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: github.event_name == 'release'
116116
uses: actions/upload-release-asset@v1
117117
env:
118-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118+
GITHUB_TOKEN: ${{ secrets.UPLOAD_TO_GITHUB }}
119119
with:
120120
upload_url: ${{ github.event.release.upload_url }}
121121
asset_path: dist/chsrc_${{ steps.get_version.outputs.version }}-1_amd64.deb

0 commit comments

Comments
 (0)