chore(internal): codegen related update

This commit is contained in:
stainless-app[bot] 2026-01-24 03:56:47 +00:00
parent ff1a8460c6
commit c297b92fe6

View file

@ -63,7 +63,7 @@ jobs:
- name: Get GitHub OIDC Token
if: github.repository == 'stainless-sdks/opencode-python'
id: github-oidc
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: core.setOutput('github_token', await core.getIDToken());