Skip to content

Commit 1e5c09f

Browse files
committed
Use correct var/secret names
1 parent 4483636 commit 1e5c09f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: generate-token
2222
uses: actions/create-github-app-token@v1
2323
with:
24-
app-id: ${{ vars.WORKOS_BOT_APP_ID }}
25-
private-key: ${{ secrets.WORKOS_BOT_PRIVATE_KEY }}
24+
app-id: ${{ vars.SDK_BOT_APP_ID }}
25+
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
2626

2727
- name: Checkout
2828
uses: actions/checkout@v4

.github/workflows/version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
id: generate-token
2424
uses: actions/create-github-app-token@v1
2525
with:
26-
app-id: ${{ vars.WORKOS_BOT_APP_ID }}
27-
private-key: ${{ secrets.WORKOS_BOT_PRIVATE_KEY }}
26+
app-id: ${{ vars.SDK_BOT_APP_ID }}
27+
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
2828

2929
- name: Checkout
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)