Skip to content

Commit

Permalink
Use github token for checkout (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 1, 2024
1 parent b4d270d commit 8026082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ runs:
repository: '${{ inputs.repository_org || steps.metadata.outputs.owner_login }}/.github'
ref: 'main'
path: 'github'
token: "${{ inputs.token }}"

- uses: actions-tools/yaml-outputs@49506207f91d468273fd5e73fbd18d6d2d9df9b1
id: config
Expand Down Expand Up @@ -304,4 +305,4 @@ runs:
run: |
echo "> [!IMPORANT]" >> $GITHUB_STEP_SUMMARY
echo "> No pull request was created." >> $GITHUB_STEP_SUMMARY

0 comments on commit 8026082

Please sign in to comment.