diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-01 15:44:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 15:44:44 +0200 |
| commit | 32b9aa5720dfdedbf0e0c2f3ae0fadb80994849e (patch) | |
| tree | 45a86a085403e629d4960f08d8ffb5ec26a06b42 /.github | |
| parent | e9e286a56e061bcd346c11175c2685ca026c8771 (diff) | |
build: switch to wpt.fyi prod (#11201)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/wpt_epoch.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b63a195..436fefae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -473,8 +473,8 @@ jobs: github.repository == 'denoland/deno' && github.ref == 'refs/heads/main' env: - WPT_FYI_STAGING_USER: ${{ secrets.WPT_FYI_STAGING_USER }} - WPT_FYI_STAGING_PW: ${{ secrets.WPT_FYI_STAGING_PW }} + WPT_FYI_USER: ${{ secrets.WPT_FYI_USER }} + WPT_FYI_PW: ${{ secrets.WPT_FYI_PW }} GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} run: | ./target/release/deno run --allow-all \ diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 87dcd510e..86fb0d727 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -71,7 +71,7 @@ jobs: - name: Upload wpt results to wpt.fyi env: - WPT_FYI_STAGING_USER: ${{ secrets.WPT_FYI_STAGING_USER }} - WPT_FYI_STAGING_PW: ${{ secrets.WPT_FYI_STAGING_PW }} + WPT_FYI_USER: ${{ secrets.WPT_FYI_USER }} + WPT_FYI_PW: ${{ secrets.WPT_FYI_PW }} run: | deno run -A ./tools/upload_wptfyi.js wptreport.json --from-raw-file |
