Skip to content

Commit 62a78b7

Browse files
alouriechestm007
authored andcommitted
Do not provide product key and repo in actions (#210)
Fix the snapshot and release action - do not provide product key and repo Signed-off-by: Alex Lourie <alex.lourie@zepben.com>
1 parent aa98f3f commit 62a78b7

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/python-lib-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ on: workflow_dispatch
55
jobs:
66
run:
77
uses: zepben/.github/.github/workflows/python-lib-release.yml@main
8-
with:
9-
private: false
10-
product-key: "python-sdk" # Must be unique
118
secrets: inherit

.github/workflows/python-lib-snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ on:
1111
jobs:
1212
run:
1313
uses: zepben/.github/.github/workflows/python-lib-snapshot.yml@main
14-
with:
15-
product-key: "python-sdk"
16-
product-repo: "zepben/evolve-sdk-python"
1714
secrets: inherit

0 commit comments

Comments
 (0)