Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
dbc5227254
commit
26a494a820
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: >
|
||||
for apk in /data/work/packages/edge/aarch64/*.apk ; do
|
||||
echo -- Uploading $apk
|
||||
curl -H "Authorization: token ${{github.token}}" \
|
||||
curl -H "Authorization: token ${{secrets.PACKAGE_TOKEN}}" \
|
||||
--upload-file $apk \
|
||||
${{github.server_url}}/api/packages/${{github.repository_owner}}/alpine/edge/nightly
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue