Skip to content

Commit c25058d

Browse files
authored
Rename workflow and update reusable workflow reference (camaraproject#53)
Updated the workflow name and changed the repository reference for the reusable workflow.
1 parent 0b60866 commit c25058d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release-automation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - Push to main: when release-plan.yaml changes (auto sync-issue)
1313
# - Manual: workflow_dispatch triggers sync-issue (reads from release-plan.yaml)
1414

15-
name: Release Automation
15+
name: CAMARA Release Automation
1616

1717
on:
1818
# Slash commands via issue comments
@@ -80,7 +80,4 @@ jobs:
8080
github.event.pull_request.merged == true &&
8181
startsWith(github.event.pull_request.base.ref, 'release-snapshot/'))
8282
83-
uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@validation-framework
84-
# with:
85-
# tooling_ref_override: "0123456789abcdef0123456789abcdef01234567" # Optional break-glass SHA override (requires workflow file change)
86-
secrets: inherit
83+
uses: hdamker/tooling/.github/workflows/release-automation-reusable.yml@validation-framework

0 commit comments

Comments
 (0)