Skip to content

Commit

Permalink
Fix chromatic token
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Apr 17, 2021
1 parent a4b3e38 commit ac464f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/chromatic-staging-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
- uses: chromaui/action@v1
env:
DEBUG: chromatic-cli
CHROMATIC_APP_CODE: mpm7osoy9sa
CHROMATIC_PROJECT_TOKEN: mpm7osoy9sa
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
with:
appCode: mpm7osoy9sa
projectToken: mpm7osoy9sa
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: 23614b0cbb0d
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/chromatic-staging-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
- name: run chromatic
run: yarn chromatic
env:
CHROMATIC_APP_CODE: mpm7osoy9sa
CHROMATIC_PROJECT_TOKEN: mpm7osoy9sa
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
CHROMATIC_PROJECT_TOKEN: 23614b0cbb0d
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
5 changes: 2 additions & 3 deletions .github/workflows/chromatic-staging-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
- name: run chromatic
run: yarn chromatic
env:
CHROMATIC_APP_CODE: mpm7osoy9sa
CHROMATIC_PROJECT_TOKEN: mpm7osoy9sa
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
CHROMATIC_PROJECT_TOKEN: 23614b0cbb0d
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com

0 comments on commit ac464f9

Please sign in to comment.