Skip to content

Commit 3cfd193

Browse files
committed
debug
1 parent 3d82f3b commit 3cfd193

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-api-reports.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- name: Update API reports
2323
run: yarn ts-node-script scripts/exp/update-api-reports.ts
2424
id: update-api-reports
25+
- name: git log
26+
run: git log
2527
- name: Push changes
2628
uses: ad-m/[email protected]
2729
with:
28-
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
2931
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)