diff --git a/.github/workflows/rfc-action.yml b/.github/workflows/rfc-action.yml index 5ebdb3ffc..6b212960d 100644 --- a/.github/workflows/rfc-action.yml +++ b/.github/workflows/rfc-action.yml @@ -16,6 +16,6 @@ jobs: with: app_id: ${{ secrets.RFC_BOT_APP_ID }} private_key: ${{ secrets.RFC_BOT_PRIVATE_KEY }} - - uses: paritytech/rfc-action@main + - uses: paritytech/rfc-action@rzadp/timeout-minutes env: GH_TOKEN: ${{ steps.generate_token.outputs.token }}