Skip to content

Commit

Permalink
Fix qualify workflow (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera authored Aug 5, 2024
1 parent a05321c commit 87ac7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qualify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: |
mkdir -p ~/.config/dfx/identity/xnet-testing/
echo "${{ secrets.XNET_PRINCIPAL_KEY }}" > ~/.config/dfx/identity/xnet-testing/identity.pem
bazel run //rs/qualifier -- "${{ github.event.inputs.version }}"
bazel run //rs/qualifier -- "${{ inputs.version }}"

0 comments on commit 87ac7c6

Please sign in to comment.