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