We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6122724 commit 7f9536bCopy full SHA for 7f9536b
.github/workflows/update-api-reports.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
# checkout HEAD commit instead of merge commit
15
ref: ${{ github.event.pull_request.head.sha }}
16
+ token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
17
- name: Set up Node (14)
18
uses: actions/setup-node@v2
19
0 commit comments