Skip to content

Commit

Permalink
use secret for cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
so5 committed Nov 1, 2024
1 parent e229fc5 commit 08a6588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
testbed:
image: naoso5/openpbs
ports:
- ${{ secrets.WHEEL_TEST_PORT }}:22
- "${{ secrets.WHEEL_TEST_PORT }}:22"
env:
WHEEL_USE_HTTP: 1
TZ: JST-9
Expand Down

0 comments on commit 08a6588

Please sign in to comment.