feat: add URL env var
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m53s

This commit is contained in:
Devin Haska 2025-04-13 21:02:49 -07:00
parent 388a3b72f2
commit e7789b3a77

View file

@ -3,6 +3,7 @@ on: [push]
env: env:
DARK_VISITORS_ACCESS_TOKEN: "${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}" DARK_VISITORS_ACCESS_TOKEN: "${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
URL: "${{ secrets.URL }}"
jobs: jobs:
build_and_deploy: build_and_deploy: