fix: typo in env var usage

This commit is contained in:
Devin Haska 2025-04-13 20:55:30 -07:00
parent 239f79df01
commit 8bf180c8b8

View file

@ -2,7 +2,7 @@ name: Build and Deploy
on: [push] on: [push]
env: env:
DARK_VISITORS_ACCESS_TOKEN="${{ env.DARK_VISITORS_ACCESS_TOKEN }}" DARK_VISITORS_ACCESS_TOKEN="${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
jobs: jobs:
build_and_deploy: build_and_deploy: