fix: try using other variable

This commit is contained in:
Manuel
2024-07-13 17:22:09 +02:00
parent d7a30cd0dd
commit 5c68ac9e2e

View File

@@ -13,7 +13,7 @@ permissions:
packages: write
env:
CI: true
SKIP_ENV_VALIDATION: true
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TURBO_TELEMETRY_DISABLED: 1
@@ -90,7 +90,7 @@ jobs:
cache-to: type=gha,mode=max
network: host
env:
CI: true
SKIP_ENV_VALIDATION: true
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}