Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix username env var
  • Loading branch information
Eszti authored Jan 30, 2020
1 parent 1cb5b86 commit f2f5762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ which produces:
In most scenarios it is not recommended to store your credentials in the configuration file, because you will probably add it to your VCS. Instead it is recommended to provide the following environment variables in your build pipeline (GitLab CI, GitHub Actions, Jenkins, ...):

```ini
CONFLUENCE_USER=YOUR_USERNAME
CONFLUENCE_USERNAME=YOUR_USERNAME
CONFLUENCE_PASSWORD=YOUR_PASSWORD
```

Expand Down

0 comments on commit f2f5762

Please sign in to comment.