We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbaeba commit 945e5feCopy full SHA for 945e5fe
.github/workflows/command-backport.yml
@@ -31,10 +31,10 @@ jobs:
31
32
- name: Generate token
33
id: generate_token
34
- uses: tibdex/github-app-token@v2.1.0
+ uses: actions/create-github-app-token@v1
35
with:
36
- app_id: ${{ secrets.CMD_BOT_APP_ID }}
37
- private_key: ${{ secrets.CMD_BOT_APP_KEY }}
+ app_id: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_ID }}
+ private_key: ${{ secrets.RELEASE_BACKPORT_AUTOMATION_APP_PRIVATE_KEY }}
38
39
- name: Create backport pull requests
40
uses: korthout/backport-action@v3
0 commit comments