File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
required : false
9
9
default : ' docs-build'
10
10
type : string
11
+ secrets :
12
+ token :
13
+ description : Token to use the GH CLI and to Open PRs
14
+ required : true
11
15
12
16
jobs :
13
17
update-antora-ui-spring :
28
32
echo tag_name=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.tag_name') >> $GITHUB_OUTPUT
29
33
shell : bash
30
34
env :
31
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
+ GH_TOKEN : ${{ secrets.token }}
32
36
- name : Replace Version
33
37
34
38
id : replace
38
42
- name : Create Pull Request
39
43
uses : peter-evans/create-pull-request@v6
40
44
with :
45
+ token : ${{ secrets.token }}
41
46
title : Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }}
42
47
commit-message : Update Antora UI Spring to ${{ steps.latest.outputs.tag_name }}
43
48
delete-branch : true
You can’t perform that action at this time.
0 commit comments