pass PERCY_TOKEN in CI

This commit is contained in:
Brian Hicks 2023-05-04 11:11:54 -05:00
parent 2cc0bff87e
commit b07a88f8aa
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -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 }}'