File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+ with :
12+ persist-credentials : false
1113
1214 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1315 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+ with :
12+ persist-credentials : false
1113
1214 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1315 with :
Original file line number Diff line number Diff line change 1616 contents : read
1717 steps :
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ with :
20+ persist-credentials : false
1921
2022 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2123 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+ with :
12+ persist-credentials : false
1113
1214 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1315 with :
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: on Pull Request
22on :
33 pull_request :
44
5+ permissions :
6+ contents : read
7+
58concurrency :
69 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
710 cancel-in-progress : true
Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66
7+ permissions :
8+ contents : read
9+
710concurrency :
811 group : ${{ github.workflow }}-${{ github.ref }}
912 cancel-in-progress : true
1013
1114jobs :
1215 deploy :
1316 uses : ./.github/workflows/_reusable_deploy.yml
14- secrets : inherit
17+ secrets :
18+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
19+ SLACK_SIGNING_SECRET : ${{ secrets.SLACK_SIGNING_SECRET }}
Original file line number Diff line number Diff line change 1+ rules :
2+ secrets-outside-env :
3+ disable : true
You can’t perform that action at this time.
0 commit comments