File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - cron : ' 0 1 */7 * *'
66 workflow_dispatch :
77
8+ concurrency :
9+ group : ' ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
10+ cancel-in-progress : true
11+
12+ permissions : {}
13+
814jobs :
915 update-and-commit :
1016 environment : ' otternaut'
1117 runs-on : ' ubuntu-latest'
1218 permissions :
13- contents : ' write '
19+ contents : ' read '
1420
1521 steps :
1622 - name : ' Checkout repository'
3137 passphrase : ' ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}'
3238
3339 - name : ' Commit'
40+ permissions :
41+ contents : ' write'
3442 run : |
3543 _date=$(date '+%Y-%m-%d')
3644 git add config/ublacklist-compiled.txt
Original file line number Diff line number Diff line change 33 push :
44 branches : ['trunk']
55
6+ concurrency :
7+ group : ' ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
8+ cancel-in-progress : true
9+
10+ permissions : {}
11+
612jobs :
713 validate :
814 runs-on : ' ubuntu-latest'
Original file line number Diff line number Diff line change 55 branches : ['trunk']
66 workflow_dispatch :
77
8- permissions :
9- contents : read
10- pages : write
11- id-token : write
12-
138concurrency :
14- group : ' pages '
9+ group : ' ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} '
1510 cancel-in-progress : false
1611
12+ permissions :
13+ contents : read
14+
1715jobs :
1816 build :
1917 runs-on : ' ubuntu-latest'
4745 path : ' ./docs/_site'
4846
4947 deploy :
48+ permissions :
49+ pages : write
50+ id-token : write
5051 environment :
5152 name : github-pages
5253 url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments