Skip to content

Commit ee75e00

Browse files
committed
fix: add permissions to github workflow
1 parent 5b181b0 commit ee75e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
if: github.ref == 'refs/heads/master' && github.repository == 'openai/openai-node'
1313
runs-on: ubuntu-latest
1414
environment: publish
15+
permissions:
16+
contents: read
17+
id-token: write
1518

1619
steps:
1720
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)