From b59f2a93172fb6ef44841639edc431aeaf59ed6b Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Fri, 22 Mar 2024 14:42:17 +0100 Subject: [PATCH] Second attempt - release 50 --- .github/project.yml | 1 - .github/workflows/release.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 064b036..dba0716 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -2,4 +2,3 @@ name: Weld Parent release: current-version: 50 next-version: 51-SNAPSHOT - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 163c7a4..75246d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: ${{github.event.pull_request.merged == true}} env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}} steps: - name: Retrieve project metadata id: metadata @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - token: ${{secrets.GITHUB_TOKEN}} + token: ${{secrets.RELEASE_TOKEN}} - name: Set up JDK 11 uses: actions/setup-java@v3