fix: typo in env var defn
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 2m2s

This commit is contained in:
Devin Haska 2025-04-13 20:56:02 -07:00
parent 8bf180c8b8
commit 388a3b72f2

View file

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