1 parent bba575c commit 83577bcCopy full SHA for 83577bc
2 files changed
.github/workflows/ci.yaml
@@ -72,6 +72,7 @@ jobs:
72
needs:
73
- test
74
uses: ./.github/workflows/reusable-release-sdk.yaml
75
+ secrets: inherit
76
77
success:
78
name: Success
.github/workflows/reusable-release-sdk.yaml
@@ -5,6 +5,9 @@ name: Release SDK
5
6
on:
7
workflow_call:
8
+ secrets:
9
+ PYPI_API_TOKEN:
10
+ required: true
11
workflow_dispatch:
12
13
permissions:
0 commit comments