File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19+ with :
20+ persist-credentials : false
1921 - name : Setup Node.js
2022 uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2123 with :
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 18 * * 1'
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 audit :
1013 name : Perform Manual Backport Audit
1114 runs-on : ubuntu-latest
1215 steps :
1316 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+ with :
18+ persist-credentials : false
1419 - name : Setup Node.js
1520 uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
1621 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19+ with :
20+ persist-credentials : false
1921 - name : Setup Node.js
2022 uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2123 with :
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 16 * * 1'
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 audit :
1013 name : Perform Unreleased Audit
1114 runs-on : ubuntu-latest
1215 steps :
1316 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+ with :
18+ persist-credentials : false
1419 - name : Setup Node.js
1520 uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
1621 with :
2227 env :
2328 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
2429 UNRELEASED_GITHUB_APP_CREDS : ${{ secrets.UNRELEASED_GITHUB_APP_CREDS }}
25- ACTION_TYPE : ' unreleased'
30+ ACTION_TYPE : ' unreleased'
You can’t perform that action at this time.
0 commit comments