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