From b35f653fc7a74494787a731a5a2fac13f04d2ee1 Mon Sep 17 00:00:00 2001 From: Houssem Ben Ali Date: Thu, 17 Oct 2024 23:13:21 +0200 Subject: [PATCH] update-zulu-jdks-readme job: wait for maven builds + set exo-swf as git pusher --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc32a77..47b3925 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,11 +246,13 @@ jobs: update-zulu-jdks-readme: name: "Update Readme file jdk section" - needs: build-jdk-images + needs: build-maven-images runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.SWF_TOKEN }} - name: Check latest jdk versions run: | if ! grep -q '' README.md; then