From c68524319e68c5c5485edafb6ed32fb8ca13f635 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Mon, 13 May 2024 18:07:42 -0400 Subject: [PATCH] Passing token to comment update --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index dd69601..1f927d0 100644 --- a/action.yml +++ b/action.yml @@ -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" \