Skip to content

Commit 221bc2e

Browse files
Merge pull request #2727 from DataDog/hugo.silva/update-github-secrets-workflow
Update changelog-to-confluence: Update secret names Co-authored-by: jhssilva <[email protected]>
2 parents 04534ae + a377221 commit 221bc2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/changelog-to-confluence.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Publish Markdown to Confluence
2424
uses: markdown-confluence/publish-action@7767a0a7f438bb1497ee7ffd7d3d685b81dfe700 # v5
2525
with:
26-
confluenceBaseUrl: ${{ secrets.CONFLUENCE_BASE_URL }}
26+
confluenceBaseUrl: ${{ secrets.DATADOG_CONFLUENCE_BASE_URL }}
2727
confluenceParentId: ${{ secrets.CONFLUENCE_PARENT_ID }}
28-
atlassianUserName: ${{ secrets.ATLASSIAN_USERNAME }}
29-
atlassianApiToken: ${{ secrets.ATLASSIAN_API_TOKEN }}
28+
atlassianUserName: ${{ secrets.CONFLUENCE_ROBOT_RUM_EMAIL }}
29+
atlassianApiToken: ${{ secrets.CONFLUENCE_ROBOT_RUM_API_KEY }}
3030
contentRoot: '.'
3131
folderToPublish: 'publish_folder'

0 commit comments

Comments
 (0)