diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index cb7e28e070..dcb1e78030 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,