We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa98f3f commit 62a78b7Copy full SHA for 62a78b7
2 files changed
.github/workflows/python-lib-release.yml
@@ -5,7 +5,4 @@ on: workflow_dispatch
5
jobs:
6
run:
7
uses: zepben/.github/.github/workflows/python-lib-release.yml@main
8
- with:
9
- private: false
10
- product-key: "python-sdk" # Must be unique
11
secrets: inherit
.github/workflows/python-lib-snapshot.yml
@@ -11,7 +11,4 @@ on:
12
13
uses: zepben/.github/.github/workflows/python-lib-snapshot.yml@main
14
15
- product-key: "python-sdk"
16
- product-repo: "zepben/evolve-sdk-python"
17
0 commit comments