Skip to content

Commit f44828c

Browse files
authored
Fixing jenkins action call (#83)
1 parent 364e84c commit f44828c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sanity-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- name: Trigger Onboarding job for this repo
3434
if: ${{ steps.check-skip-sanity-test.outputs.SKIP_SANITY_TEST == 'false'}}
3535
id: trigger-jenkins-job
36-
uses: draios/[email protected]
36+
uses: sysdiglabs/[email protected]
3737
with:
38+
jenkins_external_base_url: ${{ secrets.JENKINS_EXTERNAL_BASE_URL }}
3839
jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }}
3940
jenkins_user: ${{ secrets.JENKINS_QA_API_USER }}
4041
jenkins_token: ${{ secrets.JENKINS_QA_API_TOKEN }}

0 commit comments

Comments
 (0)