Skip to content

Commit 16fb5c9

Browse files
authored
fix: use correct output name 'token' instead of 'github_token' (#2430)
1 parent 0599ca9 commit 16fb5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: steps.schema-check.outputs.schema_changed == 'true'
7373
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
7474
with:
75-
token: ${{ steps.generate_github_token.outputs.github_token }}
75+
token: ${{ steps.generate_github_token.outputs.token }}
7676
commit-message: |
7777
chore: update provider schema and issue templates
7878

0 commit comments

Comments
 (0)