We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc3d5d commit 0b93ca2Copy full SHA for 0b93ca2
.github/workflows/release.yml
@@ -12,6 +12,7 @@ on:
12
13
permissions:
14
contents: write
15
+ administration: write
16
17
concurrency:
18
group: release
@@ -73,6 +74,7 @@ jobs:
73
74
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
76
- name: Sync repo About section
77
+ continue-on-error: true
78
run: |
79
TOOLS=$(python3 -c "import json; data=json.load(open('registry.json')); print(len(data))")
80
SKILLS=$(python3 -c "import json; data=json.load(open('registry.json')); print(sum(t.get('skills',0) for t in data))")
0 commit comments