From 6ab46b559c7668071c37decfc3fe304e4fb034cb Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sun, 2 Jan 2022 13:41:59 +0100 Subject: [PATCH] build: hardcode WPT_FYI_USER (#13262) GHA keeps redacting all occurrences of the word "deno" out of logs because this is our wpt.fyi username. This is rather annoying, so I am just hardcoding the username in the CI script. --- .github/workflows/ci.yml | 2 +- .github/workflows/wpt_epoch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c500a2979..6e4dd3d0d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -517,7 +517,7 @@ jobs: github.repository == 'denoland/deno' && github.ref == 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/') env: - WPT_FYI_USER: ${{ secrets.WPT_FYI_USER }} + WPT_FYI_USER: deno WPT_FYI_PW: ${{ secrets.WPT_FYI_PW }} GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }} run: | diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 9ad0c2c2fe..bf1a05feb0 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -72,7 +72,7 @@ jobs: - name: Upload wpt results to wpt.fyi env: - WPT_FYI_USER: ${{ secrets.WPT_FYI_USER }} + WPT_FYI_USER: deno WPT_FYI_PW: ${{ secrets.WPT_FYI_PW }} run: | deno run -A ./tools/upload_wptfyi.js wptreport.json --from-raw-file