We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2486239 commit 9a6a14cCopy full SHA for 9a6a14c
.github/workflows/on_discussion_create.yml
@@ -3,8 +3,8 @@ on:
3
discussion:
4
types: [created]
5
env:
6
- GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ github.token }}
7
- API_SECRET: ${{ secrets.API_SECRET }}
+ GH_SERVICE_ACC_DISCUSSIONS_TOKEN: ${{ secrets.GH_SERVICE_ACC_DISCUSSIONS_TOKEN }}
+ API_SECRET: ${{ secrets.OPENAI_API_SECRET }}
8
jobs:
9
on_discussion_open:
10
runs-on: ubuntu-latest
0 commit comments