Skip to content

Commit 0c90b74

Browse files
chore: update OpenAI model version and adjust job permissions in release workflow
- Change OPENAI_MODEL from gpt-4o-mini to gpt-4.1 for improved performance - Add id-token read permission to enhance security in the create-release job
1 parent 301c2eb commit 0c90b74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ on:
66
- sudo
77

88
env:
9-
OPENAI_MODEL: gpt-4o-mini
9+
OPENAI_MODEL: gpt-4.1
1010

1111
jobs:
1212
create-release:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
1616
packages: write
17+
id-token: read
1718

1819
steps:
1920
- name: Checkout code

0 commit comments

Comments
 (0)