Skip to content

Commit

Permalink
Remove token input
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed May 3, 2024
1 parent ceda8e8 commit 9d0e986
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d0e986

Please sign in to comment.