diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d99854..c84ee71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,3 +53,6 @@ jobs: pull-requests: write steps: - uses: jimeh/release-please-manifest-action@v2 + with: + app-id: ${{ secrets.RELEASE_BOT_APP_ID }} + private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}