From 1706951f4230b0e718b6495f0d7bbafec02cb686 Mon Sep 17 00:00:00 2001 From: Khaled Sakr Date: Thu, 20 Feb 2025 21:07:10 +0200 Subject: [PATCH] fix: use correct token for slash command --- .github/workflows/slash_commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slash_commands.yml b/.github/workflows/slash_commands.yml index 70b4e25..19a03aa 100644 --- a/.github/workflows/slash_commands.yml +++ b/.github/workflows/slash_commands.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: peter-evans/slash-command-dispatch@v2 with: - token: ${{secrets.NPM_TOKEN}} + token: ${{secrets.GHP_TOKEN}} issue-type: pull-request permission: write commands: |