Skip to content

Commit

Permalink
Adding github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswara committed Oct 8, 2024
1 parent e281d28 commit f46480d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vertx-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
export_environment_variables: true
cleanup_credentials: true

- name: Set up OAuth2 access token for Maven
run: |
echo "ACCESS_TOKEN=$(gcloud auth print-access-token)" >> $GITHUB_ENV
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f46480d

Please # to comment.