Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 14, 2024
1 parent 837c043 commit 60c55b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
git init
git config user.name "${user_name}"
git config user.email ${user_email}
remote_addr="https://Neutree:${{ secrets.GITHUB_TOKEN }}@${remote_addr}"
remote_addr="https://Neutree:${{ secrets.DISPATCH_PAT }}@${remote_addr}"
echo "-- user ${user_name}"
echo "-- remote addr: ${remote_addr}"
git remote add origin "${remote_addr}"
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/trigger_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ name: trigger wiki
# Controls when the action will run.
on:
push:
branches: [ gh-pages ]
branches:
- gh-pages
pull_request:
branches: [ gh-pages ]
branches:
- gh-pages

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all

# 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"
Expand Down

0 comments on commit 60c55b3

Please sign in to comment.