Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-kernel-debusine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
DEBUSINE_TOKEN: ${{ secrets.DEBUSINE_TOKEN }}
DEBUSINE_PARENT_WORKSPACE: ${{ inputs.debusine-parent-workspace }}
SUITE: ${{ inputs.suite }}
DEBUSINE_USER: ${{ secrets.DEBUSINE_USER }}
EXTRA_BUILD_DEP_WORKSPACES: qli
run: |
# No -x here: this step has DEBUSINE_TOKEN in its env, so keep xtrace
# off so a future edit cannot echo a secret onto the trace.
Expand Down
Loading