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 b4d270d commit 8026082Copy full SHA for 8026082
action.yml
@@ -115,6 +115,7 @@ runs:
115
repository: '${{ inputs.repository_org || steps.metadata.outputs.owner_login }}/.github'
116
ref: 'main'
117
path: 'github'
118
+ token: "${{ inputs.token }}"
119
120
- uses: actions-tools/yaml-outputs@49506207f91d468273fd5e73fbd18d6d2d9df9b1
121
id: config
@@ -304,4 +305,4 @@ runs:
304
305
run: |
306
echo "> [!IMPORANT]" >> $GITHUB_STEP_SUMMARY
307
echo "> No pull request was created." >> $GITHUB_STEP_SUMMARY
-
308
+
0 commit comments