Skip to content

Commit

Permalink
Add environment variables for mail and password
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal committed Jan 3, 2024
1 parent e409e10 commit 7546d8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
asset_path: target/logement-crous-1.0.jar

publish:
needs: build
runs-on: ubuntu-latest
steps:
- name: JIB container build and publish
uses: MathieuSoysal/jib-container-publish.yml@v2.1.4
with:
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
env:
MAIL : ${{ secrets.TEST_MAIL }}
PASSWORD : ${{ secrets.TEST_PASSWORD }}
TEST_MAIL : ${{ secrets.TEST_MAIL }}
TEST_PASSWORD : ${{ secrets.TEST_PASSWORD }}

0 comments on commit 7546d8f

Please sign in to comment.