From b96263126c0780db37f4a7bec1b074afc2bb8c47 Mon Sep 17 00:00:00 2001 From: vibhutikumar <160819926+vibhutikumar07@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:13:06 +0530 Subject: [PATCH] Update main-build-and-deploy-oss.yml --- .github/workflows/main-build-and-deploy-oss.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-build-and-deploy-oss.yml b/.github/workflows/main-build-and-deploy-oss.yml index ed47682d..c99c8f12 100644 --- a/.github/workflows/main-build-and-deploy-oss.yml +++ b/.github/workflows/main-build-and-deploy-oss.yml @@ -9,12 +9,12 @@ on: types: [ "released" ] permissions: - contents: read + contents: write jobs: update-version: - environment: maven-central + #environment: maven-central runs-on: ubuntu-latest #needs: blackduck steps: @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Update version uses: ./.github/actions/newrelease