We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fde05 commit 6874252Copy full SHA for 6874252
1 file changed
.github/workflows/ci.yml
@@ -58,14 +58,18 @@ jobs:
58
run: uv build
59
60
- name: Get GitHub OIDC Token
61
- if: github.repository == 'stainless-sdks/runloop-python'
+ if: |-
62
+ github.repository == 'stainless-sdks/runloop-python' &&
63
+ !startsWith(github.ref, 'refs/heads/stl/')
64
id: github-oidc
65
uses: actions/github-script@v8
66
with:
67
script: core.setOutput('github_token', await core.getIDToken());
68
69
- name: Upload tarball
70
71
72
73
env:
74
URL: https://pkg.stainless.com/s
75
AUTH: ${{ steps.github-oidc.outputs.github_token }}
0 commit comments