load dotenv

This commit is contained in:
2022-12-08 17:24:06 +01:00
parent b38b874a2c
commit 93af96cd42
5 changed files with 27 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cupcakearmy/confluence-markdown-sync@v1.0.1
- uses: cupcakearmy/confluence-markdown-sync@v1
with:
from: './README.md'
to: '123456' # The confluence page id where to write the output
@@ -27,8 +27,10 @@ jobs:
Uses basic auth for the rest api.
- `cloud`: The ID can be found by looking at yout confluence domain: `https://xxx.atlassian.net/...`
- `cloud`: The ID can be found by looking at your confluence domain: `https://<cloud>.atlassian.net/...`
- `user`: The user that generated the access token
- `token`: You can generate the token [here](https://id.atlassian.com/manage-profile/security/api-tokens). Link to [Docs](https://confluence.atlassian.com/cloud/api-tokens-938839638.html)
- `to`: The page ID can be found by simply navigating to the page where you want the content to be postet to and looke at the url. It will look something like this: `https://<cloud-id>.atlassian.net/wiki/spaces/<space>/pages/<page-id>/<title>`