diff --git a/tag.sh b/tag.sh index 4b8a8d7..4286d83 100755 --- a/tag.sh +++ b/tag.sh @@ -2,9 +2,8 @@ set -eux 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' \ + 'https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags?token='"$GITEA_API_KEY"'' \ -H 'accept: application/json' \ - -H 'Authorization: '"$GITEA_API_KEY"'' \ -H 'Content-Type: application/json' \ -d '{ "message": "'"$VERSION"': daily release from ci",