File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Add to Ecosystem WG Project
22
3- on :
3+ on : # zizmor: ignore[dangerous-triggers] needed to access app creds for fork PRs; no PR code is checked out
44 issues :
55 types :
66 - opened
Original file line number Diff line number Diff line change 2222 with :
2323 creds : ${{ secrets.GH_APP_CREDS }}
2424 export-git-user : true
25- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
25+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 # zizmor: ignore[artipacked] persisted token is intentional; needed for the git push step below
2626 with :
2727 token : ${{ steps.generate-token.outputs.token }}
2828 - name : Setup Node.js
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
23+ with :
24+ persist-credentials : false
2325 - name : Setup Node.js
2426 uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # tag: v4.0.0
2527 with :
You can’t perform that action at this time.
0 commit comments