We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395c161 commit 8062f51Copy full SHA for 8062f51
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload master to Quay.io
33
uses: fjogeleit/http-request-action@master
34
with:
35
- url: 'https://sysdig-jenkins.internal.sysdig.com/view/view/Tech-Marketing/job/integrations-postgresql-exporter/buildWithParameters?token=${{ secrets.JENKINS_LAUNCH_TOKEN }}&TAG_REF=master&DRY_RUN=false'
+ url: 'https://sysdig-jenkins.internal.sysdig.com/view/view/Tech-Marketing/job/integrations-postgresql-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&TAG_REF=master&DRY_RUN=false'
36
method: 'POST'
37
username: david.lorite@sysdig.com
38
- password: ${{ secrets.JENKINS_API_TOKEN }}
+ password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}
0 commit comments