From 9d0e98600ea8ff2814e43aa984f7f9f6faf6a593 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Fri, 3 May 2024 10:52:31 -0300 Subject: [PATCH] Remove token input --- .github/workflows/update-antora-ui-spring.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/update-antora-ui-spring.yml b/.github/workflows/update-antora-ui-spring.yml index 3389f99..1827625 100644 --- a/.github/workflows/update-antora-ui-spring.yml +++ b/.github/workflows/update-antora-ui-spring.yml @@ -8,10 +8,6 @@ on: required: false default: 'docs-build' type: string - secrets: - token: - description: GitHub Token to Use to Open the PR - required: false jobs: update-antora-ui-spring: @@ -40,7 +36,6 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ inputs.token }} title: Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }} commit-message: Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }} delete-branch: true