Skip to content

Commit

Permalink
check my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFrontegg committed Nov 5, 2024
1 parent 28b9782 commit 0d02007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# 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 }}

0 comments on commit 0d02007

Please sign in to comment.