mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 22:29:00 +08:00
ci: use pull_request_target for remove label permission (#618)
This commit is contained in:
parent
8b47f4af21
commit
cac31072a9
5
.github/workflows/remove-label.yaml
vendored
5
.github/workflows/remove-label.yaml
vendored
@ -1,7 +1,7 @@
|
||||
name: remove-label
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [synchronize]
|
||||
|
||||
jobs:
|
||||
@ -13,5 +13,4 @@ jobs:
|
||||
with:
|
||||
label: ok-to-test
|
||||
type: remove
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user