feat: update workflow to include env vars
This commit is contained in:
parent
62ae8afcf8
commit
239f79df01
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
name: Build and Deploy
|
name: Build and Deploy
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
DARK_VISITORS_ACCESS_TOKEN="${{ env.DARK_VISITORS_ACCESS_TOKEN }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue