mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Put actual token in workflow so Chromatic will run against PRs
This commit is contained in:
parent
bde2ec34fe
commit
60805ebed0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/chromatic.yml
vendored
2
.github/workflows/chromatic.yml
vendored
|
@ -42,5 +42,5 @@ jobs:
|
|||
with:
|
||||
workingDir: web
|
||||
autoAcceptChanges: webv2
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
projectToken: f47410569b62
|
||||
onlyChanged: true
|
||||
|
|
Loading…
Reference in a new issue