Skip to content

Commit

Permalink
fix: discussions secrets (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Oct 6, 2023
1 parent 2486239 commit 9a6a14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_discussion_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
discussion:
types: [created]
env:
GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ github.token }}
API_SECRET: ${{ secrets.API_SECRET }}
GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ secrets.GH_SERVICE_ACC_DISCUSSIONS_TOKEN }}
API_SECRET: ${{ secrets.OPENAI_API_SECRET }}
jobs:
on_discussion_open:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a6a14c

Please sign in to comment.