Skip to content

Commit

Permalink
Update rfc-action to v0.0.6 (#64)
Browse files Browse the repository at this point in the history
Contains improved error handling as a response to [this
failure](#56 (comment)).
  • Loading branch information
rzadp authored Jan 9, 2024
1 parent f94ab69 commit ade390b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rfc-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
name: Handle an RFC-related command
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.RFC_BOT_APP_ID }}
private_key: ${{ secrets.RFC_BOT_PRIVATE_KEY }}
- uses: paritytech/rfc-action@58bf9d7446e85cf2a95a1600cb3616f90c3b3913 # v0.0.5
- uses: paritytech/rfc-action@c673cf6776a2f266c7d8cbb29bc2159bea2cdd78 # v0.0.6
env:
GH_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit ade390b

Please sign in to comment.