Skip to content

Commit

Permalink
Fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-github committed Jul 6, 2023
1 parent 46ff12d commit 850d79f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: yarn install

- name: Use variables
run: |
echo "test env : $CHROMATIC_PROJECT_TOKEN"
run: echo "$CHROMATIC_PROJECT_TOKEN"
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN}}

Expand Down

0 comments on commit 850d79f

Please sign in to comment.