We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6673263 commit 7056460Copy full SHA for 7056460
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Get GitHub OIDC Token
64
if: github.repository == 'stainless-sdks/gradient-python'
65
id: github-oidc
66
- uses: actions/github-script@v6
+ uses: actions/github-script@v8
67
with:
68
script: core.setOutput('github_token', await core.getIDToken());
69
0 commit comments