From c1ab86757a3b8da8cc76ad37ef3ac0b6183069bf Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Wed, 25 Jan 2023 20:15:42 +0100 Subject: [PATCH] Update buf.yml Signed-off-by: Matthieu MOREL --- .github/workflows/buf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buf.yml b/.github/workflows/buf.yml index 92eaffb451..6acd80664c 100644 --- a/.github/workflows/buf.yml +++ b/.github/workflows/buf.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: bufbuild/buf-setup-action@v1.9.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} - uses: bufbuild/buf-lint-action@v1 with: input: 'prompb'