Skip to content

Commit

Permalink
Pass secret to invocation of go_generate gh workflow (#4630)
Browse files Browse the repository at this point in the history
* Pass secret to invocation of go_generate gh workflow

Signed-off-by: Eduardo Apolinario <[email protected]>

* Make generate

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Jan 30, 2024
1 parent 144ccd9 commit 264c5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flyteidl-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ jobs:
with:
component: flyteidl
go-version: ${{ needs.unpack-envvars.outputs.go-version }}
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

0 comments on commit 264c5b7

Please sign in to comment.