From 434bf07abdda75d3225e0cc7e3a3942c49f8dcf6 Mon Sep 17 00:00:00 2001 From: Oktay Alizada Date: Wed, 7 Feb 2024 11:22:53 +0100 Subject: [PATCH] bump: release --- .github/workflows/ci.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a1431d..09eb83a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,15 +61,8 @@ jobs: if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'bump') runs-on: ubuntu-latest steps: - - name: Generate a token - id: generate_token - uses: actions/create-github-app-token@v1 - with: - app-id: ${{ secrets.APP_ID }} - private-key: ${{ secrets.APP_PEM }} - - uses: google-github-actions/release-please-action@v4 with: - token: "${{ steps.generate_token.outputs.token }}" + token: "${{ secrets.GITHUB_TOKEN }}" manifest-file: .release-please-manifest.json - config-file: release-please-config.json \ No newline at end of file + config-file: release-please-config.json