Skip to content

Commit 92f9156

Browse files
Update push-dry-run.yaml to remove plain text and use small runner
1 parent 2675a48 commit 92f9156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push-dry-run.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
# This workflow contains a single job called "build"
1111
on-success:
1212
# The type of runner that the job will run on
13-
runs-on: ubuntu-latest
13+
runs-on: tools-runner-small
1414
steps:
1515
- name: Trigger jenkins job to upload master to Quay.io
1616
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
1717
with:
18-
jenkins_url: "https://jenkins.internal.sysdig.tools/"
19-
jenkins_user: '[email protected]'
18+
jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }}
19+
jenkins_user: ${{ secrets.JENKINS_BOT_API_USER }}
2020
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
2121
job_timeout: "300"
2222
job_name: "promcat/job/exporters/job/integrations-elasticsearch-exporter"

0 commit comments

Comments
 (0)