Skip to content

Commit aec55d7

Browse files
committed
ci(workflows): use PAT directly for GH_TOKEN in slash-commands.yml
Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
1 parent cb1f3df commit aec55d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/slash-commands.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
4141
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
42-
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
42+
GH_TOKEN: ${{ secrets.GH_PAT }} # Use PAT directly for this step

0 commit comments

Comments
 (0)