Skip to content

Commit

Permalink
trying 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed May 14, 2024
1 parent e4d8352 commit 11a37b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
MAYHEM_URL: ${{ inputs.mayhem_url || 'app.mayhem.security' }}
MAYHEM_URL: ${{ github.event.inputs.mayhem_url || 'app.mayhem.security' }}
USE_BAZEL_VERSION: ${{ 'last_green' || '' }}

jobs:
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Download Mayhem
run: |
echo "MAYHEM_URL: ${{ env.MAYHEM_URL }}"
pushd /tmp
curl --fail -L https://${{ env.MAYHEM_URL }}/cli/Linux/install.sh | sh
mayhem login --url https://${{ env.MAYHEM_URL }} --token ${{ secrets.MAYHEM_TOKEN }}
Expand Down

0 comments on commit 11a37b0

Please sign in to comment.