Skip to content

Commit

Permalink
ci: 🦺 明示的にシークレット環境変数RESAS_API_KEYを与えるようにした。 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReoHakase committed May 25, 2024
1 parent 0f0b9b4 commit f3cc040
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/turbo_sb:test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,12 @@ jobs:
- name: Install Playwright with Dependencies
run: pnpm playwright install --with-deps

- name: Debug RESAS_API_KEY
run: echo ${RESAS_API_KEY:0:6}
env:
RESAS_API_KEY: ${{ secrets.RESAS_API_KEY }}

- name: Test Storybook with Turbo
run: pnpm turbo sb:test
env:
RESAS_API_KEY: ${{ secrets.RESAS_API_KEY }}

0 comments on commit f3cc040

Please sign in to comment.