Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix Goreleaser token (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Mar 5, 2021
1 parent aaa611a commit 3728fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacatalog/.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 3728fda

Please sign in to comment.