Skip to content

Commit

Permalink
fix: pass secrets directly to playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
moekify committed Jan 2, 2025
1 parent 8a80261 commit 11cc321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
VITE_DIRECTUS_URL: ${{ secrets.DIRECTUS_URL }}
VITE_DIRECTUS_TOKEN: ${{ secrets.DIRECTUS_TOKEN }}
run: npx playwright test
run: VITE_DIRECTUS_URL="$VITE_DIRECTUS_URL" VITE_DIRECTUS_TOKEN="$VITE_DIRECTUS_TOKEN" npx playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 11cc321

Please sign in to comment.