fix: typo in env var defn
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 2m2s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 2m2s
This commit is contained in:
parent
8bf180c8b8
commit
388a3b72f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Build and Deploy
|
|||
on: [push]
|
||||
|
||||
env:
|
||||
DARK_VISITORS_ACCESS_TOKEN="${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
|
||||
DARK_VISITORS_ACCESS_TOKEN: "${{ secrets.DARK_VISITORS_ACCESS_TOKEN }}"
|
||||
|
||||
jobs:
|
||||
build_and_deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue