summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-01-02 13:41:59 +0100
committerGitHub <noreply@github.com>2022-01-02 13:41:59 +0100
commit6ab46b559c7668071c37decfc3fe304e4fb034cb (patch)
treeca4667cea18fe0cd25410452ba027bc61251233f /.github/workflows/ci.yml
parent2e72893fa2da175f5949c0c5c6760d404fa65a23 (diff)
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.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3c500a297..6e4dd3d0d 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: |