Skip to content

feat: pass triage_project_token to support-comment workflow#4

Merged
TheOutdoorProgrammer merged 1 commit into
mainfrom
feat/triage-project-token
Jun 29, 2026
Merged

feat: pass triage_project_token to support-comment workflow#4
TheOutdoorProgrammer merged 1 commit into
mainfrom
feat/triage-project-token

Conversation

@TheOutdoorProgrammer

Copy link
Copy Markdown
Member

Summary

Pass the new triage_project_token secret to the shared support-comment reusable workflow.

spacelift-io/.github is adding a step that places new issues/PRs on the Spacelift Triage Board. That step needs a cross-org token, exposed to the reusable workflow as the triage_project_token secret. This PR wires it through from this repo.

See spacelift-io/.github#1 for the reusable-workflow change.

Changes

  1. .github/workflows/support-comment.yaml: pass triage_project_token: ${{ secrets.SUPPORT_TRIAGE_PROJECT_TOKEN }} alongside the existing slack_webhook_url secret.

Requires the SUPPORT_TRIAGE_PROJECT_TOKEN secret to be present (set as an org-level Actions secret).

@TheOutdoorProgrammer TheOutdoorProgrammer merged commit 50a0573 into main Jun 29, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant