Skip to content

Commit d36a366

Browse files
committed
fix(ci): use CONTRIBUTORS_TOKEN for manifest commits
1 parent b4b3040 commit d36a366

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate-manifests-from-r2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4
40+
with:
41+
token: ${{ secrets.CONTRIBUTORS_TOKEN }}
4042

4143
- name: Setup Go
4244
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)