Test upload file to package
This commit is contained in:
@@ -13,6 +13,6 @@ jobs:
|
||||
run: |
|
||||
curl \
|
||||
--fail \
|
||||
--user "${{ github.actor }}:${{ secrets.GITEA_PACKAGE_TOKEN }}" \
|
||||
--user "${{ github.actor }}:${{ secrets.PACKAGE_TOKEN }}" \
|
||||
--upload-file test.txt \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/test-package/${{ github.run_number }}/test.txt"
|
||||
Reference in New Issue
Block a user