Skip to content

Commit c4df602

Browse files
committed
permission
1 parent 4b1a26d commit c4df602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/amap.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
on:
1111
repository_dispatch:
1212
workflow_dispatch:
13+
push:
14+
branches:
15+
- main
1316

1417
permissions:
1518
contents: write
@@ -18,6 +21,9 @@ jobs:
1821
build:
1922
runs-on: ubuntu-22.04
2023

24+
permissions:
25+
contents: write
26+
2127
steps:
2228
- name: Checkout
2329
uses: actions/checkout@v4

0 commit comments

Comments
 (0)