From 8dcad9ede568445db1878c4da7759cfd57471c4b Mon Sep 17 00:00:00 2001 From: villyes-ledger <113669823+villyes-ledger@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:58:49 +0200 Subject: [PATCH] Replacing username with variable --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1ae6bd2..bac1aa2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,8 +13,8 @@ jobs: with: confluenceBaseUrl: https://ledgerhq.atlassian.net/ confluenceParentId: 5036769289 - atlassianUserName: ${{ secrets.vanda.illyes }} + atlassianUserName: ${{ secrets.ATLASSIAN_USERNAME }} atlassianApiToken: ${{ secrets.ATLASSIAN_API_TOKEN }} folderToPublish: actions contentRoot: /actions - #configFile: .markdown-confluence.json \ No newline at end of file + #configFile: .markdown-confluence.json