Skip to content

Commit

Permalink
Update vkey.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptopapi997 authored Dec 6, 2023
1 parent f6ba446 commit 67aa43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Reconfigure git to use HTTP authentication
# Fix our git override using the generated token from the create_token step + use the "x-access-token".
run: |
git config --global url."https://x-access-token:${{ steps.create_token.outputs.token }}@github.com".insteadOf ssh://git@github.com
git config --global url."https://x-access-token:${{ steps.create_token.outputs.token }}@github.com".insteadOf https://github.com/
- name: Fetch and compare vkeys
run: |
sh ./vkey.sh send_quadra temp2/send_quadra
Expand Down

0 comments on commit 67aa43d

Please sign in to comment.