Skip to content

Commit db4fa0d

Browse files
Update push.yaml to remove plain text and use small runner
1 parent 622083e commit db4fa0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yaml

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

0 commit comments

Comments
 (0)