Skip to content

Commit

Permalink
adding new workflow for publishing to Confluence
Browse files Browse the repository at this point in the history
  • Loading branch information
villyes-ledger committed Sep 18, 2024
1 parent 380f5ed commit 71051d3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish to Confluence
on: push

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Publish Markdown to Confluence
uses: markdown-confluence/publish@v1 #in case of error, use: markdown-confluence/publish-action@v5
with:
confluenceBaseUrl: https://ledgerhq.atlassian.net/
confluenceParentId: 5036769289
atlassianUserName: ${{ secrets.vanda.illyes }}
atlassianApiToken: ${{ secrets.ATLASSIAN_API_TOKEN }}
folderToPublish: actions
contentRoot: /actions
#configFile: .markdown-confluence.json

0 comments on commit 71051d3

Please sign in to comment.