Skip to content

Commit

Permalink
ngrok update to support newer flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Oct 16, 2024
1 parent fb973ba commit 66186b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkouting
uses: actions/[email protected]

- run: wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
- run: wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
shell: bash
- run: unzip -qq -o ngrok-stable-linux-amd64.zip
- run: tar -xvf ngrok-v3-stable-linux-amd64.tgz
shell: bash
- run: ./ngrok authtoken ${{ secrets.NGROK_TOKEN }}
shell: bash
Expand Down

0 comments on commit 66186b5

Please sign in to comment.