Skip to content

Commit e19dfff

Browse files
[generate_manifest] use mcpm registry bot (#239)
1 parent d2e10e2 commit e19dfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
id: app-token
2323
uses: actions/create-github-app-token@v1
2424
with:
25-
app-id: ${{ secrets.BOT_APP_ID }}
26-
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
25+
app-id: ${{ secrets.MCPM_REGISTRY_BOT_APP_ID }}
26+
private-key: ${{ secrets.MCPM_REGISTRY_BOT_PRIVATE_KEY }}
2727

2828
- name: Checkout repository
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)