Skip to content

Commit

Permalink
GH-1880 Replace env variables reference with server credentials section
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Sep 11, 2023
1 parent 7071612 commit b669e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-site/data/guides/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can find full list of available events in GitHub Actions documentation:
#### Maven
Because Maven does not support environment variables directly in the `pom.xml` file, you have to somehow provide `~/.m2/settings.xml` to your CI process.
Because Maven does not support server credentials section in the `pom.xml` file, you have to somehow provide `~/.m2/settings.xml` to your CI process.
I can recommend [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) plugin to generate such file during execution, without a need to write a custom script.

```yaml
Expand Down

0 comments on commit b669e3c

Please sign in to comment.