summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 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 \