Skip to content

Commit

Permalink
Added secrets to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored Aug 28, 2024
1 parent 17bc129 commit 1a32c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
${{ runner.os }}-maven-
- name: Run test suite
env:
CORBADO_API_SECRET: ${{ secrets.CORBADO_API_SECRET }}
CORBADO_PROJECT_ID: ${{ secrets.CORBADO_PROJECT_ID }}
CORBADO_BACKEND_API: ${{ secrets.CORBADO_BACKEND_API }}
run: mvn --batch-mode --update-snapshots verify

deploy:
Expand Down Expand Up @@ -126,6 +130,5 @@ jobs:
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: mvn clean deploy -P release

0 comments on commit 1a32c34

Please sign in to comment.