mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-04 07:02:12 +03:00
pass PERCY_TOKEN in CI
This commit is contained in:
parent
2cc0bff87e
commit
b07a88f8aa
2
.github/workflows/buck2-ci.yml
vendored
2
.github/workflows/buck2-ci.yml
vendored
@ -21,6 +21,6 @@ jobs:
|
||||
run: script/buck2 build //... --show-output
|
||||
|
||||
- name: buck2 test
|
||||
run: script/buck2 test //...
|
||||
run: script/buck2 test //... -- --env PERCY_TOKEN=$PERCY_TOKEN
|
||||
env:
|
||||
PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
|
||||
|
Loading…
Reference in New Issue
Block a user