File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 welcome :
1313 runs-on : ubuntu-latest
14+ if : github.actor != 'neilpang'
1415 steps :
1516 - uses : actions/github-script@v6
1617 with :
Original file line number Diff line number Diff line change 1313jobs :
1414 welcome :
1515 runs-on : ubuntu-latest
16+ if : github.actor != 'neilpang'
1617 steps :
1718 - uses : actions/github-script@v6
1819 with :
Original file line number Diff line number Diff line change 66jobs :
77 notify :
88 runs-on : ubuntu-latest
9+ if : github.actor != 'neilpang'
910 steps :
1011 - name : Checkout wiki repository
1112 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2358,6 +2358,7 @@ _setopt() {
23582358 fi
23592359 if [ ! -f " $__conf " ]; then
23602360 touch " $__conf "
2361+ chmod 600 " $__conf "
23612362 fi
23622363 if [ -n " $( _tail_c 1 < " $__conf " ) " ]; then
23632364 echo >> " $__conf "
@@ -6671,6 +6672,7 @@ _initconf() {
66716672#NO_TIMESTAMP=1
66726673
66736674 " > " $ACCOUNT_CONF_PATH "
6675+ chmod 600 " $ACCOUNT_CONF_PATH "
66746676 fi
66756677}
66766678
You can’t perform that action at this time.
0 commit comments