Skip to content

Commit

Permalink
fix: add permissions to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yjp20 committed Nov 1, 2024
1 parent 5b181b0 commit ee75e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
if: github.ref == 'refs/heads/master' && github.repository == 'openai/openai-node'
runs-on: ubuntu-latest
environment: publish
permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ee75e00

Please sign in to comment.