mirror of
https://github.com/pezkuwichain/pezkuwi-fellows.git
synced 2026-04-22 05:37:57 +00:00
Update rfc-action.yml (#39)
This commit is contained in:
@@ -12,6 +12,12 @@ jobs:
|
||||
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/rfc') }}
|
||||
runs-on: ubuntu-latest
|
||||
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@c8b00e2264712a7093a5b64c6ffd2298b49d41cf # v0.0.4
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user