We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6277cc commit a89cf5dCopy full SHA for a89cf5d
.github/workflows/diff-bot.yml
@@ -52,6 +52,10 @@ jobs:
52
&& sudo apt update \
53
&& sudo apt install ngrok
54
55
+ # Step 3: Authenticate ngrok
56
+ - name: Authenticate ngrok
57
+ run: ngrok config add-authtoken ${{ secrets.NGROK }}
58
+
59
# Step 4: Expose Docker container via ngrok
60
- name: Expose Docker container via ngrok
61
id: expose_ngrok
0 commit comments