fix action push failed error

This commit is contained in:
Neucrack
2024-03-15 14:15:01 +08:00
parent 0fe0f44d19
commit 2f16d9de09
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ on:
repository_dispatch:
types: [update_maixpy_doc]
permissions:
contents: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"

View File

@@ -7,6 +7,9 @@ on:
# Only allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"