We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dc922 commit f8eddb6Copy full SHA for f8eddb6
1 file changed
.github/workflows/ci.yml
@@ -61,14 +61,18 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
63
- name: Get GitHub OIDC Token
64
- if: github.repository == 'stainless-sdks/beeper-desktop-api-cli'
+ if: |-
65
+ github.repository == 'stainless-sdks/beeper-desktop-api-cli' &&
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