From bf58c7d88680bca805dacd3533484fd47ec8939f Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Wed, 27 Mar 2024 17:23:23 -0700 Subject: [PATCH] Relax use of FLYTE_BOT_PAT Signed-off-by: Eduardo Apolinario --- .github/workflows/go_generate.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/go_generate.yml b/.github/workflows/go_generate.yml index 66d3db9a62..9c923fd8b0 100644 --- a/.github/workflows/go_generate.yml +++ b/.github/workflows/go_generate.yml @@ -11,7 +11,7 @@ on: type: string secrets: FLYTE_BOT_PAT: - required: true + required: false jobs: generate: runs-on: ubuntu-latest @@ -22,11 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: arduino/setup-protoc@v1 - with: - repo-token: ${{ secrets.FLYTE_BOT_PAT }} - uses: bufbuild/buf-setup-action@v1 - with: - github_token: ${{ secrets.FLYTE_BOT_PAT }} - uses: actions/setup-go@v3 with: go-version: ${{ inputs.go-version }}