mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-14 20:24:34 +00:00
allow pr write permission for pr review
This commit is contained in:
parent
3e09ef43a3
commit
d542804d9c
@ -17,6 +17,9 @@ on:
|
|||||||
# types: [labeled]
|
# types: [labeled]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
# for gh pr review
|
||||||
|
pull-requests: write
|
||||||
|
# for gh pr merge
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -213,6 +213,8 @@ def process_data_file_download(
|
|||||||
# {"ref": "refs/heads/main", "repository": {"name": "sample-process-models",
|
# {"ref": "refs/heads/main", "repository": {"name": "sample-process-models",
|
||||||
# "full_name": "sartography/sample-process-models", "private": False .... }}
|
# "full_name": "sartography/sample-process-models", "private": False .... }}
|
||||||
# test with: ngrok http 7000
|
# test with: ngrok http 7000
|
||||||
|
# or with:
|
||||||
|
# npm install -g localtunnel && lt --port 7000 --subdomain oh-so-hot
|
||||||
# where 7000 is the port the app is running on locally
|
# where 7000 is the port the app is running on locally
|
||||||
def github_webhook_receive(body: dict) -> Response:
|
def github_webhook_receive(body: dict) -> Response:
|
||||||
auth_header = request.headers.get("X-Hub-Signature-256")
|
auth_header = request.headers.get("X-Hub-Signature-256")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user