Compare commits
3
Commits
bb84ab5aef
...
f42549c451
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f42549c451 | ||
|
|
ffe666f479 | ||
|
|
d34347b1d9 |
@@ -8,6 +8,9 @@ concurrency:
|
|||||||
group: mirror
|
group: mirror
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ concurrency:
|
|||||||
group: mirror
|
group: mirror
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -19,4 +22,4 @@ jobs:
|
|||||||
- name: Reconcile with Gitea
|
- name: Reconcile with Gitea
|
||||||
run: bash scripts/mirror.sh
|
run: bash scripts/mirror.sh
|
||||||
env:
|
env:
|
||||||
MIRROR_URL: https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.weown.tools/Wursor/s004.git
|
MIRROR_URL: https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.weown.tools/pat/wursor.git
|
||||||
|
|||||||
+30
-1
@@ -1,8 +1,37 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Secrets — never commit real credentials, keys, or tokens.
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
node_modules/
|
.envrc
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
*.crt
|
||||||
|
*.p12
|
||||||
|
*.pfx
|
||||||
|
*.jks
|
||||||
|
*.keystore
|
||||||
|
id_rsa
|
||||||
|
id_rsa.*
|
||||||
|
id_ed25519
|
||||||
|
id_ed25519.*
|
||||||
|
id_ecdsa
|
||||||
|
id_ecdsa.*
|
||||||
|
*.token
|
||||||
|
credentials.json
|
||||||
|
credentials*.json
|
||||||
|
service-account*.json
|
||||||
|
secrets.json
|
||||||
|
secrets*.json
|
||||||
|
.netrc
|
||||||
|
.npmrc
|
||||||
|
*.tfvars
|
||||||
|
!.tfvars.example
|
||||||
|
.terraform/
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.*
|
||||||
.wp-env/
|
.wp-env/
|
||||||
vendor/
|
vendor/
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user