Skip to content

Commit

Permalink
Add environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin authored Feb 14, 2025
1 parent a4666be commit 9baf877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
milestone:
types: [closed]

env:
MVN_USR: ${{ secrets.MVN_USR }}
MVN_PWD: ${{ secrets.MVN_USR }}

jobs:
release:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/java-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
name: Java CI

on: [push, pull_request]
env:
MVN_USR: ${{ secrets.MVN_USR }}
MVN_PWD: ${{ secrets.MVN_USR }}

jobs:

build:
permissions:
packages: read
Expand Down

0 comments on commit 9baf877

Please sign in to comment.