From dbf61d576797b10b66f9a39ba95782a47bf9bd8a Mon Sep 17 00:00:00 2001 From: branberry Date: Thu, 31 Aug 2023 14:33:51 -0500 Subject: [PATCH] [FEATURE]: ADd token --- .github/workflows/deploy-feature-branch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-feature-branch.yml b/.github/workflows/deploy-feature-branch.yml index c5a7a2e37..232d51c0e 100644 --- a/.github/workflows/deploy-feature-branch.yml +++ b/.github/workflows/deploy-feature-branch.yml @@ -36,4 +36,6 @@ jobs: return script({context, github}) result-encoding: string - name: Comment on PR - run: gh pr comment ${{github.event.number}} --body "The URL for your feature branch webhook is ${{steps.webhook.outputs.result}}" \ No newline at end of file + run: gh pr comment ${{github.event.number}} --body "The URL for your feature branch webhook is ${{steps.webhook.outputs.result}}" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file