Skip to content
Snippets Groups Projects
Unverified Commit 945e5fe8 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

ci: update credentials for command-backport (#7798)

close https://github.com/paritytech/ci_cd/issues/1114
parent 1dbaeba9
No related merge requests found
Pipeline #517971 waiting for manual action with stages
in 1 hour, 20 minutes, and 16 seconds
......@@ -31,10 +31,10 @@ jobs:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v2.1.0
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.CMD_BOT_APP_ID }}
private_key: ${{ secrets.CMD_BOT_APP_KEY }}
app_id: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_ID }}
private_key: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_PRIVATE_KEY }}
- name: Create backport pull requests
uses: korthout/backport-action@v3
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment