Skip to content

Commit

Permalink
Revert "Fix chromatic token"
Browse files Browse the repository at this point in the history
This reverts commit ac464f9.
  • Loading branch information
ghengeveld committed Apr 17, 2021
1 parent ac464f9 commit 3d3f966
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chromatic-staging-action.yml
Expand Up @@ -10,7 +10,10 @@ 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:
projectToken: 23614b0cbb0d
token: ${{ secrets.GITHUB_TOKEN }}
appCode: mpm7osoy9sa
projectToken: mpm7osoy9sa
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/chromatic-staging-manual.yml
Expand Up @@ -17,5 +17,6 @@ jobs:
- name: run chromatic
run: yarn chromatic
env:
CHROMATIC_PROJECT_TOKEN: 23614b0cbb0d
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
CHROMATIC_APP_CODE: mpm7osoy9sa
CHROMATIC_PROJECT_TOKEN: mpm7osoy9sa
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
5 changes: 3 additions & 2 deletions .github/workflows/chromatic-staging-windows.yml
Expand Up @@ -17,5 +17,6 @@ jobs:
- name: run chromatic
run: yarn chromatic
env:
CHROMATIC_PROJECT_TOKEN: 23614b0cbb0d
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com
CHROMATIC_APP_CODE: mpm7osoy9sa
CHROMATIC_PROJECT_TOKEN: mpm7osoy9sa
CHROMATIC_INDEX_URL: https://www.staging-chromatic.com

0 comments on commit 3d3f966

Please sign in to comment.