We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c84a79 commit 9c18d9bCopy full SHA for 9c18d9b
1 file changed
.github/workflows/struct-generate.yaml
@@ -43,6 +43,10 @@ on:
43
type: string
44
required: false
45
default: 'ubuntu-latest'
46
+ secrets:
47
+ github-token:
48
+ description: 'GitHub token'
49
+ required: true
50
51
jobs:
52
run:
@@ -71,7 +75,7 @@ jobs:
71
75
if: github.event_name == 'workflow_dispatch'
72
76
uses: peter-evans/create-pull-request@v7
73
77
with:
74
- token: ${{ secrets.GITHUB_TOKEN }}
78
+ token: ${{ secrets.github-token }}
79
commit-message: ${{ inputs.pr_title }}
80
title: ${{ inputs.pr_title }}
81
body: |
0 commit comments