mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
wip
This commit is contained in:
@@ -67,7 +67,7 @@ while read -r PLUGIN_NAME; do
|
|||||||
|
|
||||||
# Initialize the directory as a git repo, and set the remote
|
# Initialize the directory as a git repo, and set the remote
|
||||||
git init -b "$BRANCH" .
|
git init -b "$BRANCH" .
|
||||||
git remote add origin "https://github.com/tauri-apps/tauri-plugin-${PLUGIN_NAME}"
|
git remote add origin "git@github.com:tauri-apps/tauri-plugin-${PLUGIN_NAME}.git"
|
||||||
if [[ -n "$API_TOKEN_GITHUB" ]]; then
|
if [[ -n "$API_TOKEN_GITHUB" ]]; then
|
||||||
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(printf "x-access-token:%s" "$API_TOKEN_GITHUB" | base64)"
|
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(printf "x-access-token:%s" "$API_TOKEN_GITHUB" | base64)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
audit-rust:
|
sync-to-mirrors:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user