Skip to content

Commit cb745e6

Browse files
committed
Remove inherited secrets
1 parent b868cdf commit cb745e6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy_kv.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
deploy_kv:
1515
uses: ./.github/workflows/_deploy.yml
1616
with:
17-
package-name: kv
18-
secrets: inherit
17+
package-name: kv

.github/workflows/deploy_vmt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
deploy_kv:
1515
uses: ./.github/workflows/_deploy.yml
1616
with:
17-
package-name: vmt
18-
secrets: inherit
17+
package-name: vmt

0 commit comments

Comments
 (0)