now that that's working
This commit is contained in:
@@ -12,7 +12,6 @@ runs:
|
||||
run: |
|
||||
echo "#!/bin/bash
|
||||
echo '📤️ Uploading package ...'
|
||||
echo testing: my username is \$username
|
||||
curl --user \$username:\$token \
|
||||
--upload-file ./*.tar.zst \
|
||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||
@@ -26,7 +25,7 @@ runs:
|
||||
- name: Build package
|
||||
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||
with:
|
||||
username: ABC
|
||||
username: ${{ secrets.USERNAME }}
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: ls
|
||||
|
||||
Reference in New Issue
Block a user