diff --git a/.github/workflows/ok_to_test.yml b/.github/workflows/ok_to_test.yml index 3b17701..6646f27 100644 --- a/.github/workflows/ok_to_test.yml +++ b/.github/workflows/ok_to_test.yml @@ -14,17 +14,11 @@ jobs: # Only run for PRs, not issue comments if: ${{ github.event.issue.pull_request }} steps: - - name: Generate token - id: generate_token - uses: tibdex/github-app-token@v1 + - uses: actions/create-github-app-token@v1 + id: app-token with: - 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 }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - name: Slash Command Dispatch uses: peter-evans/slash-command-dispatch@13bc09769d122a64f75aa5037256f6f2d78be8c4