Skip to content

Commit 925386e

Browse files
authored
Merge pull request #470 from pimlicolabs/security/workflow-secrets
chore(ci): explicitly pass codecov token to reusable workflow
2 parents cdb8c95 + 4e99add commit 925386e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
verify:
1212
name: Verify
1313
uses: ./.github/workflows/verify.yml
14-
secrets: inherit
1514

1615
docker-e2e:
1716
name: E2E-Coverage

.github/workflows/on-push-to-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
verify:
1313
name: Verify
1414
uses: ./.github/workflows/verify.yml
15-
secrets: inherit
1615

1716
changesets:
1817
name: Changesets

0 commit comments

Comments
 (0)