We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb4b63 commit 72aabf1Copy full SHA for 72aabf1
1 file changed
.github/workflows/build_mangobot.yaml
@@ -18,5 +18,6 @@ jobs:
18
artifact_name: "MangoBot"
19
secrets:
20
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
21
+ env:
22
MAVEN_USERNAME: ${{ secrets.USERNAME }} # Reference the secret
23
MAVEN_PASSWORD: ${{ secrets.PASSWORD }} # Reference the secret
0 commit comments