Skip to content

Commit 8062f51

Browse files
committed
Fix token names
1 parent 395c161 commit 8062f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload master to Quay.io
3333
uses: fjogeleit/http-request-action@master
3434
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'
35+
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'
3636
method: 'POST'
3737
username: david.lorite@sysdig.com
38-
password: ${{ secrets.JENKINS_API_TOKEN }}
38+
password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}

0 commit comments

Comments
 (0)