mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Switch reviewdog to a bespoke secret. (#3757)
This uses a token from the low-privilege CarbonInfraBot, which should allow us to separate out permission for Google's CLA bot.
This commit is contained in:
@@ -47,7 +47,8 @@ jobs:
|
||||
# matching the diff that pre-commit created.
|
||||
- name: Create suggestions
|
||||
env:
|
||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REVIEWDOG_GITHUB_API_TOKEN:
|
||||
${{ secrets.CARBON_INFRA_BOT_FOR_REVIEWDOG }}
|
||||
run: |
|
||||
cat ./diff | \
|
||||
GITHUB_EVENT_PATH=./event \
|
||||
|
||||
Reference in New Issue
Block a user