From 694c405c0ffc2acff34e37f167a303d09ce3b0ad Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Tue, 30 Apr 2024 20:45:08 -0600 Subject: [PATCH] ci: Testing GoReleaser configuration. --- .github/workflows/pr-dep-review.yml | 1 + .goreleaser.yml | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-dep-review.yml b/.github/workflows/pr-dep-review.yml index 681adb1..8e226ae 100644 --- a/.github/workflows/pr-dep-review.yml +++ b/.github/workflows/pr-dep-review.yml @@ -23,6 +23,7 @@ jobs: egress-policy: block allowed-endpoints: > api.github.com:443 + api.securityscorecards.dev:443 github.com:443 objects.githubusercontent.com:443 proxy.golang.org:443 diff --git a/.goreleaser.yml b/.goreleaser.yml index d07c803..fb37711 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -114,12 +114,6 @@ changelog: disable: false use: github-native -# https://goreleaser.com/customization/source/ -source: - enabled: true - name_template: '{{ .ProjectName }}-src' - format: tar.gz - # https://goreleaser.com/customization/archive/ archives: - id: 'linux-archive' @@ -257,3 +251,6 @@ brews: branch: main token: '{{ .Env.GH_PUBLIC_TOKEN }}' # token_type: 'github' + git: + url: 'git@github.com:northwood-labs/{{ .ProjectName }}.git' + private_key: '{{ .Env.PRIVATE_KEY_PATH }}'