diff --git a/tag.sh b/tag.sh index 0f5055f..4b8a8d7 100755 --- a/tag.sh +++ b/tag.sh @@ -4,7 +4,7 @@ export VERSION=`date +'%Y-%m-%d %R:%S'` curl -X 'POST' \ 'https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags' \ -H 'accept: application/json' \ - -H 'Authorization: GITEA_API_KEY' \ + -H 'Authorization: '"$GITEA_API_KEY"'' \ -H 'Content-Type: application/json' \ -d '{ "message": "'"$VERSION"': daily release from ci",