Skip to content

Commit 8026082

Browse files
authored
Use github token for checkout (#10)
1 parent b4d270d commit 8026082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ runs:
115115
repository: '${{ inputs.repository_org || steps.metadata.outputs.owner_login }}/.github'
116116
ref: 'main'
117117
path: 'github'
118+
token: "${{ inputs.token }}"
118119

119120
- uses: actions-tools/yaml-outputs@49506207f91d468273fd5e73fbd18d6d2d9df9b1
120121
id: config
@@ -304,4 +305,4 @@ runs:
304305
run: |
305306
echo "> [!IMPORANT]" >> $GITHUB_STEP_SUMMARY
306307
echo "> No pull request was created." >> $GITHUB_STEP_SUMMARY
307-
308+

0 commit comments

Comments
 (0)