diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index 7ec943ec03..2691109f80 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -78,11 +78,6 @@ jobs: with: file: .artifacts/codecov/profile.cov name: go-codecov - - uses: tibdex/github-app-token@v1 - id: generate-token - with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Bump Chart Version uses: peter-evans/repository-dispatch@v2 if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main'