From 56ea1fde1aa8012f1ecdb23db15cd6952772c4ce Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Fri, 4 Oct 2024 14:57:38 -0700 Subject: [PATCH] Update deployments.yml (#338) --- .github/workflows/deployments.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index cb7e28e07..dcb1e7803 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -15,6 +15,7 @@ jobs: - name: Deployment Queued Comment uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 with: + github-token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }} script: | github.rest.issues.createComment({ issue_number: context.issue.number,