Skip to content

Commit

Permalink
feat(ci): sign, push to fury.io
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Sep 8, 2021
1 parent 157a6e4 commit 42f9173
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
go mod tidy
go test -v ./...
go build -o tt .
- uses: sigstore/[email protected]
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand All @@ -46,8 +47,10 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
5 changes: 5 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ includes:
url: https://raw.githubusercontent.com/caarlos0/.goreleaserfiles/main/package_with_completions.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/.goreleaserfiles/main/release.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/cosign_checksum.yml

furies:
- account: caarlos0

0 comments on commit 42f9173

Please sign in to comment.