testing6
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
gyurix
2024-06-13 15:00:16 +02:00
parent f3682a1fa5
commit a2e82c9bd8

View File

@@ -40,7 +40,7 @@ steps:
- apk --update add curl jq
- URL="$GIT_URL/api/v1/repos/$REPO/contents/$FILE_PATH"
- echo $URL
#- curl -s -v -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL
- curl -s -v -H "Authorization: token" -H "Accept: application/json" "$URL"
#- echo $SHA
when: