Skip to content

Commit 38030ee

Browse files
committed
ci: allow grid private Go module reads
1 parent c1b9deb commit 38030ee

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
issuer: https://token.actions.githubusercontent.com
2+
# Used by gridai/grid CI to download this private repository as a Go module.
3+
# Keep this read-only; Grid exchanges one token per private module repository.
4+
subject_pattern: "repo:gridai/grid:(pull_request|ref:refs/heads/.*)"
5+
audience: octo-sts.gridai.dev
6+
claim_pattern:
7+
workflow_ref: "gridai/grid/\\.github/workflows/(\
8+
_test-studio-e2e\\.yml|\
9+
_test-studio-e2e-staging\\.yml|\
10+
build-and-upload-baremetal-agent\\.yml|\
11+
build-and-upload-lightning-agent\\.yml|\
12+
build-and-upload-lightning-settings-server\\.yml|\
13+
build-dockers\\.yml|\
14+
lint-go\\.yaml|\
15+
lint-pre-commit\\.yaml|\
16+
test-backend\\.yml|\
17+
test-baremetal-agent\\.yml|\
18+
test-e2e\\.yml|\
19+
test-flakiness-go-unit-tests\\.yml|\
20+
test-flakiness-individual-spec\\.yml|\
21+
test-full-with-deploy\\.yml|\
22+
test-sdk-integration\\.yml|\
23+
test-sdk-staging\\.yml|\
24+
test-staging\\.yml|\
25+
test-with-tired-proxy\\.yml\
26+
)@.*"
27+
28+
permissions:
29+
contents: read

0 commit comments

Comments
 (0)