Skip to content

Commit 9d0e986

Browse files
Remove token input
1 parent ceda8e8 commit 9d0e986

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/update-antora-ui-spring.yml

-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
required: false
99
default: 'docs-build'
1010
type: string
11-
secrets:
12-
token:
13-
description: GitHub Token to Use to Open the PR
14-
required: false
1511

1612
jobs:
1713
update-antora-ui-spring:
@@ -40,7 +36,6 @@ jobs:
4036
- name: Create Pull Request
4137
uses: peter-evans/create-pull-request@v6
4238
with:
43-
token: ${{ inputs.token }}
4439
title: Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }}
4540
commit-message: Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }}
4641
delete-branch: true

0 commit comments

Comments
 (0)