diff --git a/.github/workflows/publish-prerelease.yml b/.github/workflows/publish-prerelease.yml index 41759f23..8aaebd57 100644 --- a/.github/workflows/publish-prerelease.yml +++ b/.github/workflows/publish-prerelease.yml @@ -134,9 +134,9 @@ jobs: # await checkNpmVersions(github, ['@frontegg/angular'], checkingVersion); # - name: "Call trigger-e2e-test action" - uses: ./.github/actions/trigger-e2e-test - with: - version: ${{ steps.publish_pre_release_version.outputs.LIB_VERSION }}-alpha.${{ github.run_id }} - sha: ${{ steps.cpr_commit_sha.outputs.sha }} - bot_app_id: ${{ secrets.GH_FRONTEGG_BOT_APP_ID }} - bot_app_key: ${{ secrets.GH_FRONTEGG_BOT_APP_SECRET }} \ No newline at end of file + # uses: ./.github/actions/trigger-e2e-test + # with: + # version: ${{ steps.publish_pre_release_version.outputs.LIB_VERSION }}-alpha.${{ github.run_id }} + # sha: ${{ steps.cpr_commit_sha.outputs.sha }} + # bot_app_id: ${{ secrets.GH_FRONTEGG_BOT_APP_ID }} + # bot_app_key: ${{ secrets.GH_FRONTEGG_BOT_APP_SECRET }} \ No newline at end of file