Skip to content

Commit 9a6a14c

Browse files
authored
fix: discussions secrets (#3530)
1 parent 2486239 commit 9a6a14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_discussion_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
discussion:
44
types: [created]
55
env:
6-
GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ github.token }}
7-
API_SECRET: ${{ secrets.API_SECRET }}
6+
GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ secrets.GH_SERVICE_ACC_DISCUSSIONS_TOKEN }}
7+
API_SECRET: ${{ secrets.OPENAI_API_SECRET }}
88
jobs:
99
on_discussion_open:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)