We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9627b6 commit 3b4d626Copy full SHA for 3b4d626
.github/workflows/schedule-rc.yml
@@ -16,8 +16,8 @@ jobs:
16
uses: actions/create-github-app-token@v1
17
id: app-token
18
with:
19
- app-id: ${{ vars.PUSH_TO_RC_BRANCH_PRIVATE_KEY }}
20
- private-key: ${{ secrets.PUSH_TO_RC_BRANCH_APP_ID }}
+ app-id: ${{ vars.PUSH_TO_RC_BRANCH_APP_ID }}
+ private-key: ${{ secrets.PUSH_TO_RC_BRANCH_PRIVATE_KEY }}
21
- name: Checkout
22
uses: actions/checkout@v4
23
0 commit comments