2 Commits
v1.1.0 ... main

Author SHA1 Message Date
7675c2138e fix: Transform the conf file 🐛
All checks were successful
CI / release (push) Successful in 36s
2025-02-17 10:43:01 +13:00
c150a09f92 fix(ci): Add header for authorization 🐛
Some checks failed
CI / release (push) Failing after 1m24s
2025-02-17 10:31:36 +13:00
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ jobs:
if: success()
with:
url: '${{ vars.NTFY_URL }}'
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -50,6 +51,7 @@ jobs:
if: failure()
with:
url: '${{ vars.NTFY_URL }}'
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }'
topic: 'ci-status'
priority: 5
tags: +1,partying_face,action,failed

View File

@@ -11,6 +11,7 @@ fi
sed -i -e "s|%%PYPI_FILES_HOSTNAME%%|${PYPI_FILES_HOSTNAME}|g" \
-e "s|%%PYPI_HOSTNAME%%|${PYPI_HOSTNAME}|g" \
-e "s|%%TRANSPORT_SCHEME%%|${TRANSPORT_SCHEME}|g" \
/etc/nginx/nginx.conf
if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then