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 0599ca9 commit 16fb5c9Copy full SHA for 16fb5c9
.github/workflows/update-schema.yml
@@ -72,7 +72,7 @@ jobs:
72
if: steps.schema-check.outputs.schema_changed == 'true'
73
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
74
with:
75
- token: ${{ steps.generate_github_token.outputs.github_token }}
+ token: ${{ steps.generate_github_token.outputs.token }}
76
commit-message: |
77
chore: update provider schema and issue templates
78
0 commit comments