From 6a9b0e4bf913c1ea2fc268ba22875f0244cdc635 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Mon, 19 Jun 2023 08:55:40 -0500 Subject: [PATCH] Fixes issue #3445 - Add publishing of Maven plugin documentation to build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a825471558..13c326ebe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,7 +197,7 @@ jobs: uses: actions/checkout@v3 with: repository: piranha-cloud/piranha-website - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GIT_PASSWORD }} path: piranha-website - name: Set up Java uses: actions/setup-java@v3