Skip to content

Commit

Permalink
🐛 fix: Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 8, 2023
1 parent 71cf90a commit 0dd1fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
run: pnpm run submit
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}

0 comments on commit 0dd1fd5

Please sign in to comment.