Skip to content

Commit

Permalink
chore: debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Oct 10, 2023
1 parent df75fe9 commit 8ac1436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
# CDK infrastructure build calls npm ci on /infrastructure/build, which may fail without NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.npm-auth-token || secrets.GITHUB_TOKEN }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1
env:
TEST_ENV: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Dispatch
if: ${{ inputs.run-dispatch }}
uses: chromaui/action@v1
Expand Down

0 comments on commit 8ac1436

Please sign in to comment.