mirror of
https://github.com/cupcakearmy/confluence-markdown-sync.git
synced 2024-12-22 16:06:25 +00:00
Compare commits
2 Commits
93af96cd42
...
0d3d395931
Author | SHA1 | Date | |
---|---|---|---|
0d3d395931 | |||
aefcf035d8 |
@ -41,7 +41,7 @@ It's **higly reccomended** that you use secrets!
|
|||||||
|
|
||||||
To use them you need them to specify them before in your repo. [Docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets)
|
To use them you need them to specify them before in your repo. [Docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets)
|
||||||
|
|
||||||
The you can use them in any input field.
|
Then you can use them in any input field.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
# .github/workflows/my-workflow.yml
|
# .github/workflows/my-workflow.yml
|
||||||
@ -49,6 +49,10 @@ The you can use them in any input field.
|
|||||||
token: ${{ secrets.token }}
|
token: ${{ secrets.token }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Known Limitations
|
||||||
|
|
||||||
|
For now images will not be uploaded [see ticket](https://github.com/cupcakearmy/confluence-markdown-sync/issues/5), they would require extra steps. If anyone feedls brave enough, constributions are welcomed :)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
|
Loading…
Reference in New Issue
Block a user