Skip to content

Commit

Permalink
fixup! tools: update WPT updater
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 26, 2024
1 parent 80052a2 commit 0826d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ncu-config set owner "${GITHUB_REPOSITORY_OWNER}"
ncu-config set repo "$(echo "$GITHUB_REPOSITORY" | cut -d/ -f2)"
env:
USERNAME: ${{ secrets.JENKINS_USER }}
USERNAME: ${{ secrets.JENKINS_USER || github.actor }}
GH_TOKEN: ${{ secrets.GH_USER_TOKEN }}

- name: Update WPT for subsystem ${{ matrix.subsystem }}
Expand Down

0 comments on commit 0826d41

Please sign in to comment.