add access token output
All checks were successful
Gitea Action Maven build / build (push) Successful in 37s
All checks were successful
Gitea Action Maven build / build (push) Successful in 37s
This commit is contained in:
parent
c91d648705
commit
03bcb60883
@ -40,6 +40,7 @@ jobs:
|
||||
PACKAGE_VERSION: "0.0.1-SNAPSHOT"
|
||||
run: |
|
||||
echo "Uploading $PACKAGE_NAME-$PACKAGE_VERSION.jar to Gitea Packages"
|
||||
echo "Using Access Token: $ACCESS_TOKEN"
|
||||
curl -v -X POST \
|
||||
-H "Authorization: token $ACCESS_TOKEN" \
|
||||
-H "Content-Type: multipart/form-data" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user