Skip to content

Commit 7f9536b

Browse files
committed
use PAT in order to trigger workflow
1 parent 6122724 commit 7f9536b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
# checkout HEAD commit instead of merge commit
1515
ref: ${{ github.event.pull_request.head.sha }}
16+
token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
1617
- name: Set up Node (14)
1718
uses: actions/setup-node@v2
1819
with:

0 commit comments

Comments
 (0)