Skip to content

Commit 69d3d40

Browse files
committed
Disable rdp actions so that github won't refuse to run
1 parent dfd6096 commit 69d3d40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ipa_shell.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
apple_id_pwd: ${{ github.event.inputs.appleIdPwd }}
5151
ngrok_token: ${{ secrets.NGROK_AUTH_TOKEN }}
5252

53-
- uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master
54-
if: ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }}
55-
with:
56-
ngrok-token: ${{ secrets.NGROK_AUTH_TOKEN }}
57-
password: Aa123456
58-
foreground: false
53+
#- uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master
54+
# if: ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }}
55+
# with:
56+
# ngrok-token: ${{ secrets.NGROK_AUTH_TOKEN }}
57+
# password: Aa123456
58+
# foreground: false
5959

6060
# Enable tmate debugging of manually-triggered workflows if the input option was provided
6161
- name: Setup tmate session

0 commit comments

Comments
 (0)