Skip to content

Commit 3b4d626

Browse files
committed
switch
1 parent a9627b6 commit 3b4d626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schedule-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/create-github-app-token@v1
1717
id: app-token
1818
with:
19-
app-id: ${{ vars.PUSH_TO_RC_BRANCH_PRIVATE_KEY }}
20-
private-key: ${{ secrets.PUSH_TO_RC_BRANCH_APP_ID }}
19+
app-id: ${{ vars.PUSH_TO_RC_BRANCH_APP_ID }}
20+
private-key: ${{ secrets.PUSH_TO_RC_BRANCH_PRIVATE_KEY }}
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)