From 715edc93c215e57e4f9f521f49ef5f5993778bea Mon Sep 17 00:00:00 2001 From: Adam Stus Date: Wed, 26 Jun 2024 17:00:34 +0200 Subject: [PATCH] Updated workflow --- .github/workflows/ok_to_test.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ok_to_test.yml b/.github/workflows/ok_to_test.yml index 6646f27..3b17701 100644 --- a/.github/workflows/ok_to_test.yml +++ b/.github/workflows/ok_to_test.yml @@ -14,11 +14,17 @@ jobs: # Only run for PRs, not issue comments if: ${{ github.event.issue.pull_request }} steps: - - uses: actions/create-github-app-token@v1 - id: app-token + - name: Generate token + id: generate_token + uses: tibdex/github-app-token@v1 with: - app-id: ${{ secrets.APP_ID }} - private-key: ${{ secrets.PRIVATE_KEY }} + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.PRIVATE_KEY }} +# - uses: actions/create-github-app-token@v1 +# id: app-token +# with: +# app-id: ${{ secrets.APP_ID }} +# private-key: ${{ secrets.PRIVATE_KEY }} - name: Slash Command Dispatch uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4