diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 5dc8da7..e832e13 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -14,9 +14,17 @@ jobs: publish-package: runs-on: ubuntu-latest steps: + - name: Get GitHub App token + uses: tibdex/github-app-token@v1.7.0 + id: get_installation_token + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} + - uses: googleapis/release-please-action@v4 id: release with: + token: ${{ steps.get_installation_token.outputs.token }} release-type: node target-branch: main