git: Properly define env var for dispatch key

This commit is contained in:
WerWolv
2026-01-08 20:37:35 +01:00
parent 9261fd7190
commit e80f7fa14f

View File

@@ -131,6 +131,8 @@ jobs:
name: 🌍 Update ImHex Landing Website
needs: nightly-release
runs-on: ubuntu-24.04
env:
WEBSITE_DISPATCH_TOKEN: ${{ secrets.WEBSITE_DISPATCH_TOKEN }}
steps:
- name: ✉️ Dispatch Landing page update
if: ${{ env.WEBSITE_DISPATCH_TOKEN != '' }}