Skip to content

Commit d57058f

Browse files
fix(dir-sdk-python): fix release workflow
1 parent bba575c commit d57058f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
needs:
7373
- test
7474
uses: ./.github/workflows/reusable-release-sdk.yaml
75+
secrets: inherit
7576

7677
success:
7778
name: Success

.github/workflows/reusable-release-sdk.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Release SDK
55

66
on:
77
workflow_call:
8+
secrets:
9+
PYPI_API_TOKEN:
10+
required: true
811
workflow_dispatch:
912

1013
permissions:

0 commit comments

Comments
 (0)