Skip to content

Commit

Permalink
Update Check-in-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Apr 30, 2023
1 parent 69a2952 commit 05ef40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Check-in-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: mvn compile
- name: Run
run: mvn exec:java -Dexec.mainClass="io.github.mathieusoysal.App"
run: docker run -e TEST_EMAIL=${{ secrets.TEST_EMAIL }} -e TEST_PASSWORD=${{ secrets.TEST_PASSWORD }} ghcr.io/mathieusoysal/42-check-in-automation:latest
env:
TEST_EMAIL: ${{ secrets.TEST_EMAIL }}
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
Expand Down

0 comments on commit 05ef40c

Please sign in to comment.