Skip to content

Commit

Permalink
Replacing username with variable
Browse files Browse the repository at this point in the history
  • Loading branch information
villyes-ledger committed Sep 18, 2024
1 parent 71051d3 commit 8dcad9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#configFile: .markdown-confluence.json

0 comments on commit 8dcad9e

Please sign in to comment.