From a1634f3e89710a653db1eb04cca440beaf8c7f65 Mon Sep 17 00:00:00 2001 From: Jaroslav Brtis Date: Sun, 26 May 2024 00:49:29 -0400 Subject: [PATCH] Used default github token to push artifacts. --- .github/workflows/maven-release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 05cfb1f..e7d1c66 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -1,10 +1,6 @@ name: Maven Release -on: - workflow_dispatch: - secrets: - DEPLOY_GITHUB_TOKEN: - required: true +on: workflow_dispatch jobs: build: @@ -37,4 +33,3 @@ jobs: uses: maven-flow/release@main with: push-changes: true - token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}