Chore: Use GITHUB_TOKEN in pr-commands instead of grot token (#72125)

Use GITHUB_TOKEN instead of grot token
This commit is contained in:
Josh Hunt 2023-07-21 15:41:22 +00:00 committed by GitHub
parent 56913fbd95
commit 504d5352bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,5 @@ jobs:
uses: ./actions/commands
with:
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
token: ${{secrets.GITHUB_TOKEN}}
configPath: pr-commands