From 087947d1ef4e79cc13988317f53af666d193b161 Mon Sep 17 00:00:00 2001 From: david-paulus-saad Date: Mon, 16 Dec 2024 13:52:29 +0200 Subject: [PATCH] chore: fix publish command --- .github/workflows/slash_commands.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slash_commands.yml b/.github/workflows/slash_commands.yml index 14d6ead..7f84fe2 100644 --- a/.github/workflows/slash_commands.yml +++ b/.github/workflows/slash_commands.yml @@ -5,11 +5,13 @@ on: jobs: slash-command: runs-on: ubuntu-latest + permissions: + workflow: write steps: - uses: actions/checkout@v2 - uses: peter-evans/slash-command-dispatch@v2 with: - token: ${{secrets.ADMIN_ACCESS_TOKEN}} + token: ${{secrets.GH_TOKEN}} issue-type: pull-request commands: | publish \ No newline at end of file