We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca5ee9 commit 565a171Copy full SHA for 565a171
.github/workflows/label-doc-changes.yml
@@ -33,7 +33,7 @@ jobs:
33
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
34
with:
35
labels: doc-changes
36
- github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
+ github_token: ${{ github.token }}
37
- name: assign techwriters to PR
38
39
uses: kentaro-m/[email protected]
.github/workflows/update-api-reports.yml
@@ -15,7 +15,7 @@ jobs:
15
16
# checkout HEAD commit instead of merge commit
17
ref: ${{ github.event.pull_request.head.sha }}
18
- token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
+ token: ${{ github.token }}
19
- name: Set up Node (14)
20
uses: actions/setup-node@v2
21
0 commit comments