Skip to content

Commit c738cdc

Browse files
Copilotabernier
andcommitted
Use proper expression syntax for secret check without wrapper
Co-authored-by: abernier <[email protected]>
1 parent 166f2b5 commit c738cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on: push
55
jobs:
66
chromatic:
77
runs-on: ubuntu-latest
8-
# Only run if the CHROMATIC_PROJECT_TOKEN secret is available
9-
if: secrets.CHROMATIC_PROJECT_TOKEN
8+
# Only run if the CHROMATIC_PROJECT_TOKEN secret is available
9+
if: secrets.CHROMATIC_PROJECT_TOKEN != ''
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:

0 commit comments

Comments
 (0)