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 authored Jan 3, 2024
1 parent 9b161c9 commit e409e10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
- name: JIB container build and publish
uses: MathieuSoysal/jib-container-publish.yml@v2.1.4
with:
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
env:
MAIL : ${{ secrets.TEST_MAIL }}
PASSWORD : ${{ secrets.TEST_PASSWORD }}

0 comments on commit e409e10

Please sign in to comment.