Skip to content

Commit

Permalink
ci: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Sep 26, 2023
1 parent d278810 commit 4b4dacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-example-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
fi
- name: Build with Maven
run: mvn -B package --file key-attestation/java-example/pom.xml
env:
AMER_APP_API_KEY: ${{ secrets.AMER_APP_API_KEY }}

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 4b4dacd

Please sign in to comment.