Skip to content

Commit 565a171

Browse files
committed
Removed conditional on github token
1 parent bca5ee9 commit 565a171

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/label-doc-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434
with:
3535
labels: doc-changes
36-
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
36+
github_token: ${{ github.token }}
3737
- name: assign techwriters to PR
3838
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3939
uses: kentaro-m/[email protected]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
# checkout HEAD commit instead of merge commit
1717
ref: ${{ github.event.pull_request.head.sha }}
18-
token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}
18+
token: ${{ github.token }}
1919
- name: Set up Node (14)
2020
uses: actions/setup-node@v2
2121
with:

0 commit comments

Comments
 (0)