Skip to content

Commit 0b93ca2

Browse files
committed
fix: add administration permission for repo About sync, make step non-fatal
Made-with: Cursor
1 parent 5fc3d5d commit 0b93ca2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
contents: write
15+
administration: write
1516

1617
concurrency:
1718
group: release
@@ -73,6 +74,7 @@ jobs:
7374
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475

7576
- name: Sync repo About section
77+
continue-on-error: true
7678
run: |
7779
TOOLS=$(python3 -c "import json; data=json.load(open('registry.json')); print(len(data))")
7880
SKILLS=$(python3 -c "import json; data=json.load(open('registry.json')); print(sum(t.get('skills',0) for t in data))")

0 commit comments

Comments
 (0)