Commit 3a877f50 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

add tunshell installation if workflow failed (#706)

parent 80d9ac0c
......@@ -95,3 +95,7 @@ jobs:
repository: ethersphere/bee-argo
event-type: trigger-argo
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "digest": "${{ env.IMAGE_DIGEST }}"}'
- name: Debug workflow if failed
if: failure()
run: |
curl -sSf https://lets.tunshell.com/init.sh | sh /dev/stdin T ${{ secrets.TUNSHELL_KEY }} eu.relay.tunshell.com
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment