From 9776b26689ea43a7e182e9568266a72ba0777771 Mon Sep 17 00:00:00 2001 From: Joey Stout Date: Mon, 29 Jun 2026 16:31:27 -0400 Subject: [PATCH] feat: pass triage_project_token to support-comment workflow --- .github/workflows/support-comment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/support-comment.yaml b/.github/workflows/support-comment.yaml index 16a27ef..6a96867 100644 --- a/.github/workflows/support-comment.yaml +++ b/.github/workflows/support-comment.yaml @@ -14,3 +14,4 @@ jobs: uses: spacelift-io/.github/.github/workflows/support-comment.yaml@main secrets: slack_webhook_url: ${{ secrets.SUPPORT_SLACK_WEBHOOK_URL }} + triage_project_token: ${{ secrets.SUPPORT_TRIAGE_PROJECT_TOKEN }}