Skip to content

Commit 400c446

Browse files
ci: Stop inheriting secrets in tests (getsentry#6721)
1 parent 99854bd commit 400c446

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,68 +30,52 @@ permissions:
3030
# name: DBs
3131
# if: false # TEMP: skipping, see PR #xxxx
3232
# uses: ./.github/workflows/test-integrations-dbs.yml
33-
# secrets: inherit
3433
jobs:
3534
common:
3635
name: Common
3736
uses: ./.github/workflows/test-integrations-common.yml
38-
secrets: inherit
3937
mcp:
4038
name: MCP
4139
uses: ./.github/workflows/test-integrations-mcp.yml
42-
secrets: inherit
4340
agents:
4441
name: Agents
4542
uses: ./.github/workflows/test-integrations-agents.yml
46-
secrets: inherit
4743
ai_workflow:
4844
name: AI Workflow
4945
uses: ./.github/workflows/test-integrations-ai-workflow.yml
50-
secrets: inherit
5146
ai:
5247
name: AI
5348
uses: ./.github/workflows/test-integrations-ai.yml
54-
secrets: inherit
5549
cloud:
5650
name: Cloud
5751
uses: ./.github/workflows/test-integrations-cloud.yml
58-
secrets: inherit
5952
dbs:
6053
name: DBs
6154
uses: ./.github/workflows/test-integrations-dbs.yml
62-
secrets: inherit
6355
flags:
6456
name: Flags
6557
uses: ./.github/workflows/test-integrations-flags.yml
66-
secrets: inherit
6758
gevent:
6859
name: Gevent
6960
uses: ./.github/workflows/test-integrations-gevent.yml
70-
secrets: inherit
7161
graphql:
7262
name: GraphQL
7363
uses: ./.github/workflows/test-integrations-graphql.yml
74-
secrets: inherit
7564
network:
7665
name: Network
7766
uses: ./.github/workflows/test-integrations-network.yml
78-
secrets: inherit
7967
tasks:
8068
name: Tasks
8169
uses: ./.github/workflows/test-integrations-tasks.yml
82-
secrets: inherit
8370
web_1:
8471
name: Web 1
8572
uses: ./.github/workflows/test-integrations-web-1.yml
86-
secrets: inherit
8773
web_2:
8874
name: Web 2
8975
uses: ./.github/workflows/test-integrations-web-2.yml
90-
secrets: inherit
9176
misc:
9277
name: Misc
9378
uses: ./.github/workflows/test-integrations-misc.yml
94-
secrets: inherit
9579
report:
9680
name: Combine and report coverage
9781
needs:

0 commit comments

Comments
 (0)