We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5737bf commit 83a8163Copy full SHA for 83a8163
1 file changed
.github/workflows/ci.yml
@@ -27,14 +27,18 @@ jobs:
27
- uses: actions/checkout@v6
28
29
- name: Get GitHub OIDC Token
30
- if: github.repository == 'stainless-sdks/sent-dm-go'
+ if: |-
31
+ github.repository == 'stainless-sdks/sent-dm-go' &&
32
+ !startsWith(github.ref, 'refs/heads/stl/')
33
id: github-oidc
34
uses: actions/github-script@v8
35
with:
36
script: core.setOutput('github_token', await core.getIDToken());
37
38
- name: Upload tarball
39
40
41
42
env:
43
URL: https://pkg.stainless.com/s
44
AUTH: ${{ steps.github-oidc.outputs.github_token }}
0 commit comments