Skip to content

Commit 945e5fe

Browse files
authored
ci: update credentials for command-backport (#7798)
close paritytech/ci_cd#1114
1 parent 1dbaeba commit 945e5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/command-backport.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
- name: Generate token
3333
id: generate_token
34-
uses: tibdex/github-app-token@v2.1.0
34+
uses: actions/create-github-app-token@v1
3535
with:
36-
app_id: ${{ secrets.CMD_BOT_APP_ID }}
37-
private_key: ${{ secrets.CMD_BOT_APP_KEY }}
36+
app_id: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_ID }}
37+
private_key: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_PRIVATE_KEY }}
3838

3939
- name: Create backport pull requests
4040
uses: korthout/backport-action@v3

0 commit comments

Comments
 (0)