update curl vars
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user