Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/MARKETPLACE_PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ store a Personal Access Token.
--identity-name threadrelink-marketplace-publisher \
--resource-group threadrelink-publishing \
--issuer https://token.actions.githubusercontent.com \
--subject repo:ascendho/ThreadRelink:environment:marketplace \
--subject 'repo:ascendho@78126591/ThreadRelink@1313819450:environment:marketplace' \
--audiences api://AzureADTokenExchange
```

This repository uses GitHub's immutable owner and repository IDs in OIDC
subjects. The numeric IDs remain stable if the owner or repository is
renamed. A fork or transferred repository must use the subject shown in its
own GitHub OIDC assertion.

6. Create a GitHub Environment named `marketplace`. Restrict its deployment
tags to `v*`, then add these non-secret environment variables:

Expand Down