Skip to content

Commit b962631

Browse files
Update main-build-and-deploy-oss.yml
1 parent 7f886f8 commit b962631

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
types: [ "released" ]
1010

1111
permissions:
12-
contents: read
12+
contents: write
1313

1414
jobs:
1515

1616
update-version:
17-
environment: maven-central
17+
#environment: maven-central
1818
runs-on: ubuntu-latest
1919
#needs: blackduck
2020
steps:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v6
3131
with:
32-
token: ${{ secrets.GH_TOKEN }}
32+
token: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Update version
3535
uses: ./.github/actions/newrelease

0 commit comments

Comments
 (0)