Skip to content

Commit 0696e5d

Browse files
fix: update repo name in chainguard config (#14)
Updated subject_pattern to use current repo name 'spec-driven-workflow' instead of old name 'spec-driven-workflow-mcp' Fixes #13 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
1 parent a58be56 commit 0696e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/chainguard/main-semantic-release.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
issuer: https://token.actions.githubusercontent.com
22
# subject pattern is defining what repo and branch is allowed to generate a token at the permission level set below
3-
subject_pattern: "repo:liatrio-labs/spec-driven-workflow-mcp:ref:refs/heads/main"
3+
subject_pattern: "repo:liatrio-labs/spec-driven-workflow:ref:refs/heads/main"
44

55
permissions:
66
contents: write

0 commit comments

Comments
 (0)