Create deploy.yml

This commit is contained in:
Eduard Prigoana 2025-07-20 19:26:19 +03:00 committed by GitHub
parent b7368e8116
commit 9327ba6faf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Sheets Deploy Hook
on:
push:
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send GET request to Sheets Deploy Hook
run: curl -X GET "$SHEETS_DEPLOY_HOOK"
env:
SHEETS_DEPLOY_HOOK: ${{ secrets.SHEETS_DEPLOY_HOOK }}