We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e10e2 commit e19dfffCopy full SHA for e19dfff
1 file changed
.github/workflows/generate-manifest.yml
@@ -22,8 +22,8 @@ jobs:
22
id: app-token
23
uses: actions/create-github-app-token@v1
24
with:
25
- app-id: ${{ secrets.BOT_APP_ID }}
26
- private-key: ${{ secrets.BOT_PRIVATE_KEY }}
+ app-id: ${{ secrets.MCPM_REGISTRY_BOT_APP_ID }}
+ private-key: ${{ secrets.MCPM_REGISTRY_BOT_PRIVATE_KEY }}
27
28
- name: Checkout repository
29
uses: actions/checkout@v4
0 commit comments