Update github action file
This commit is contained in:
parent
db46598c63
commit
dc0e0ae7da
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Validate PR Author & Commit Authors
|
- name: Validate PR Author & Commit Authors
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PR_CLOSE_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
const allowed = [
|
const allowed = [
|
||||||
"expsa",
|
"expsa",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue