Skip to content

Commit

Permalink
chore: use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Dec 18, 2023
1 parent 93a49d2 commit b45eea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Run Playwright tests
run: yarn test
env:
# VITE_PROJECT_ID: ${{ secrets.VITE_PROJECT_ID }}
VITE_PROJECT_ID: 547aafa48826c4d76f492efecde4843d
VITE_PROJECT_ID: ${{ secrets.VITE_DEV_PROJECT_ID }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit b45eea0

Please sign in to comment.