From 7cb75d911b800e1c35c5b1cffb63b484cbbd8270 Mon Sep 17 00:00:00 2001 From: Doria Keung Date: Wed, 13 Nov 2024 15:24:09 -0500 Subject: [PATCH] Remove token from CLI version update workflow (#164) The token is not required (or provided) for the checkout step of the CLI version update workflow. --- .github/workflows/update-buf-version.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-buf-version.yaml b/.github/workflows/update-buf-version.yaml index f2bddd1..a8033a2 100644 --- a/.github/workflows/update-buf-version.yaml +++ b/.github/workflows/update-buf-version.yaml @@ -23,8 +23,6 @@ jobs: exit 1 - name: Checkout repository code uses: actions/checkout@v4 - with: - token: ${{ steps.app_token.outputs.token }} - name: Update Buf Version run: make updatebufversion - name: Create PR