1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

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.
This commit is contained in:
Luca Casonato 2022-01-02 13:41:59 +01:00 committed by GitHub
parent 2e72893fa2
commit 6ab46b559c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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