Create debug.yml

This commit is contained in:
Parker Brown
2024-07-25 16:18:55 -07:00
parent 000e2a0d29
commit c8ee3265db
+11
View File
@@ -0,0 +1,11 @@
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
test_app_private_key: ${{ secrets.TEST_APP_PRIVATE_KEY }}