Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerants committed Sep 9, 2024
1 parent c6e377b commit 0e789b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set should-run for PR
id: set-env
run: |
echo "CHROMATIC_PROJECT_TOKEN=${{ vars.CHROMATIC_PROJECT_TOKEN }}"
echo "CHROMATIC_PROJECT_TOKEN=${{ secrets.CHROMATIC_PROJECT_TOKEN }}"
echo "SCOS_BASE_URL=${{ vars.SCOS_BASE_URL }}"
if [ -n "${{ vars.SCOS_BASE_URL }}" ]; then
echo "::set-output name=should-run-regression::true"
Expand Down

0 comments on commit 0e789b0

Please sign in to comment.