update curl vars

This commit is contained in:
2025-10-28 23:13:52 -05:00
parent 84553bcd9a
commit 914d11f446

View File

@@ -19,7 +19,7 @@ runs:
git add ./*.tar.zst
git commit -m "fuck you, gitea"
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
curl --user "$username:$token" \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
" > "./post-entrypoint.sh"