chore(internal): codegen related update

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

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());