Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Passing token to comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed May 13, 2024
1 parent fd3130b commit c685243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ runs:
ACTION_PATH: ${{ github.action_path }}
MERGED_PR_NUMBER: ${{ steps.get_pr_number.outputs.pr_number }}
CREATED_PR_URL: ${{ steps.create_pr.outputs.pull-request-url }}
GH_TOKEN: ${{ inputs.INFRA_ROOT_WRITE_TOKEN }}
run: |
boilerplate \
--template-url "$ACTION_PATH/templates/step-summary" \
Expand Down

0 comments on commit c685243

Please sign in to comment.