Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .github/chainguard/read-pharia-data-api.sts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Trust policy to allow pharia-data-api repository to access data-go-packages
# This enables pharia-data-api CI/CD workflows to download this private Go module

# issuer never changes, is the GitHub token issuer
issuer: https://token.actions.githubusercontent.com

# Allow access from any ref (branch, tag, PR) in pharia-data-api repository
subject_pattern: "repo:Aleph-Alpha/pharia-data-api:.*"

# Grant read-only access to repository contents
permissions:
contents: read
12 changes: 12 additions & 0 deletions .github/chainguard/read-pharia-holmes.sts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Trust policy to allow pharia-holmes repository to access data-go-packages
# This enables pharia-holmes CI/CD workflows to download this private Go module

# issuer never changes, is the GitHub token issuer
issuer: https://token.actions.githubusercontent.com

# Allow access from any ref (branch, tag, PR) in pharia-holmes repository
subject_pattern: "repo:Aleph-Alpha/pharia-holmes:.*"

# Grant read-only access to repository contents
permissions:
contents: read
Loading