Skip to content

Commit

Permalink
Relax use of FLYTE_BOT_PAT
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Mar 28, 2024
1 parent ae68142 commit bf58c7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
secrets:
FLYTE_BOT_PAT:
required: true
required: false
jobs:
generate:
runs-on: ubuntu-latest
Expand All @@ -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 }}
Expand Down

0 comments on commit bf58c7d

Please sign in to comment.