From f46480d4a23d253b9f60b074e22508e55b35bcbf Mon Sep 17 00:00:00 2001 From: kcs-koteswaradodda Date: Tue, 8 Oct 2024 10:24:37 +0530 Subject: [PATCH] Adding github actions workflow --- .github/workflows/vertx-parent.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/vertx-parent.yaml b/.github/workflows/vertx-parent.yaml index bdc34e3..69d7326 100644 --- a/.github/workflows/vertx-parent.yaml +++ b/.github/workflows/vertx-parent.yaml @@ -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: