Skip to content

Commit f39d066

Browse files
authored
Merge pull request #6754 from acmesh-official/dev
sync
2 parents 4de00d4 + e2882c5 commit f39d066

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/pr_dns.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
welcome:
1313
runs-on: ubuntu-latest
14+
if: github.actor != 'neilpang'
1415
steps:
1516
- uses: actions/github-script@v6
1617
with:

.github/workflows/pr_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
welcome:
1515
runs-on: ubuntu-latest
16+
if: github.actor != 'neilpang'
1617
steps:
1718
- uses: actions/github-script@v6
1819
with:

.github/workflows/wiki-monitor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
notify:
88
runs-on: ubuntu-latest
9+
if: github.actor != 'neilpang'
910
steps:
1011
- name: Checkout wiki repository
1112
uses: actions/checkout@v4

acme.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)