Skip to content

Commit 66bb662

Browse files
authored
Merge pull request #41 from universal-tool-calling-protocol/dev
Dev
2 parents f56cf36 + 04b0f55 commit 66bb662

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/update-contributors.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ on:
55
# Run every day at 6 AM UTC
66
- cron: '0 6 * * *'
77
workflow_dispatch: # Allow manual triggering
8-
push:
9-
branches: [ main ]
10-
paths:
11-
- 'scripts/fetch-contributors.js'
128

139
jobs:
1410
update-contributors:
1511
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1614

1715
steps:
1816
- name: Checkout repository
1917
uses: actions/checkout@v4
2018
with:
21-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.UPDATE_HALL_OF_FAME || secrets.GITHUB_TOKEN }}
2220

2321
- name: Setup Node.js
2422
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)