Skip to content

Commit

Permalink
Add upstream info (#74)
Browse files Browse the repository at this point in the history
PR adds an identifier to the triggered downstream `ci-imgs` build so its
easy to know which job triggered its run.
  • Loading branch information
AyodeAwe authored Sep 8, 2023
1 parent f45e784 commit 3bb4c94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
run: |
gh workflow run push.yml \
--repo github.com/rapidsai/ci-imgs \
--field upstream_job="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
--field upstream_repository=gha-tools \
--repo rapidsai/ci-imgs \
--ref main

0 comments on commit 3bb4c94

Please sign in to comment.