Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 10, 2025
1 parent 59e1d2e commit 70d7afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ORY_CI_RATE_LIMIT_HEADER: ${{ secrets.ORY_CI_RATE_LIMIT_HEADER }}
ORY_CI_RATE_LIMIT_HEADER_VALUE:
${{ secrets.ORY_CI_RATE_LIMIT_HEADER_VALUE }}
ORY_API_KEY: ${{ secrets.ORY_API_KEY }}
ORY_PROJECT_API_KEY=: ${{ secrets.ORY_API_KEY }}
- uses: actions/upload-artifact@v4
if: always()
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export ORY_CONSOLE_URL=https://console.staging.ory.dev
export ORY_ORYAPIS_URL=https://staging.oryapis.dev
export ORY_PROJECT=funny-kepler-o0v6t1yox6

: "${ORY_API_KEY:?Environment variable ORY_API_KEY is not set}"
: "${ORY_PROJECT_API_KEY=:?Environment variable ORY_PROJECT_API_KEY= is not set}"
: "${ORY_CI_RATE_LIMIT_HEADER:?Environment variable ORY_CI_RATE_LIMIT_HEADER is not set}"
: "${ORY_CI_RATE_LIMIT_HEADER_VALUE:?Environment variable ORY_CI_RATE_LIMIT_HEADER_VALUE is not set}"

Expand Down

0 comments on commit 70d7afd

Please sign in to comment.