There was an error while loading. Please reload this page.
1 parent cb1f3df commit aec55d7Copy full SHA for aec55d7
.github/workflows/slash-commands.yml
@@ -39,4 +39,4 @@ jobs:
39
env:
40
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
41
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
42
- GH_TOKEN: ${{ steps.generate-token.outputs.token }}
+ GH_TOKEN: ${{ secrets.GH_PAT }} # Use PAT directly for this step
0 commit comments