feat: add URL env var
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m53s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m53s
This commit is contained in:
parent
388a3b72f2
commit
e7789b3a77
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ on: [push]
|
|||
|
||||
env:
|
||||
DARK_VISITORS_ACCESS_TOKEN: "${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
|
||||
URL: "${{ secrets.URL }}"
|
||||
|
||||
jobs:
|
||||
build_and_deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue