Skip to content

Commit

Permalink
Fix Goreleaser token (flyteorg#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Mar 5, 2021
1 parent d050dcf commit eff29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacalog/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}

push-github:
name: Push to Github Registry
Expand Down

0 comments on commit eff29a4

Please sign in to comment.