Skip to content

Commit

Permalink
Updated to app token
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 16, 2024
1 parent 7cb60e7 commit dce9fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- uses: fitomad/github-chatgpt-integration@main
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ steps.app-token.outputs.token }}
github-pr-id: ${{ github.event.number }}
dev-lang: c#
openai-max-tokens: 4096
Expand Down

0 comments on commit dce9fd1

Please sign in to comment.