File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Weekly API Diff
22
33on :
4- push :
5- branches : [tsdiff_script] # temporary: remove before merging to main
64 schedule :
75 - cron : ' 0 17 * * 1' # Monday 9am PST / 10am PDT (GH Actions cron is UTC)
86 workflow_dispatch : # manual trigger for testing
Original file line number Diff line number Diff line change 2424 - run : yarn --immutable
2525 - name : Run Chromatic
2626 id : chromatic
27- uses : chromatic/chromatic- action@v11
27+ uses : chromaui/ action@latest
2828 with :
2929 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3030 buildScriptName : build:chromatic
4949 - run : yarn --immutable
5050 - name : Run Chromatic FC
5151 id : chromatic
52- uses : chromatic/chromatic- action@v11
52+ uses : chromaui/ action@latest
5353 with :
5454 projectToken : ${{ secrets.CHROMATIC_FC_PROJECT_TOKEN }}
5555 buildScriptName : build:chromatic-fc
6464 if : always()
6565 env :
6666 SLACK_TSDIFF_CHROMATIC_BOT_TOKEN : ${{ secrets.SLACK_TSDIFF_CHROMATIC_BOT_TOKEN }}
67- SLACK_CHANNEL_ID : ${{ secrets.SLACK_CHANNEL_ID }}
67+ SLACK_CHANNEL_ID : TEST_SLACK_ID
6868 CHROMATIC_URL : ${{ needs.chromatic.outputs.build_url }}
6969 CHROMATIC_CODE : ${{ needs.chromatic.outputs.code }}
7070 CHROMATIC_FC_URL : ${{ needs.chromatic-fc.outputs.build_url }}
You can’t perform that action at this time.
0 commit comments