Skip to content

Commit

Permalink
changed secrets to vars in git config
Browse files Browse the repository at this point in the history
  • Loading branch information
kent committed Mar 21, 2024
1 parent fb00d67 commit 880e1e9
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 @@ -19,4 +19,4 @@ jobs:
run: npx playwright test
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}
NEXT_PUBLIC_AGORA_INSTANCE_NAME: ${{ secrets.NEXT_PUBLIC_AGORA_INSTANCE_NAME }}
NEXT_PUBLIC_AGORA_INSTANCE_NAME: ${{ vars.NEXT_PUBLIC_AGORA_INSTANCE_NAME }}

0 comments on commit 880e1e9

Please sign in to comment.