From 33c0164797bd036275df79d016149ff7d26c482d Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Wed, 13 Nov 2024 09:59:09 -0700 Subject: [PATCH] use FURY_TOKEN based on repository owner --- .github/workflows/master-build.yml | 2 +- .goreleaser.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index a34bd0a1a17..99bff6b5167 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -213,7 +213,7 @@ jobs: DDEV_MACOS_APP_PASSWORD: "op://push-secrets/DDEV_MACOS_APP_PASSWORD/credential" DDEV_MACOS_SIGNING_PASSWORD: "op://push-secrets/DDEV_MACOS_SIGNING_PASSWORD/credential" DOCKERHUB_TOKEN: "op://push-secrets/DOCKERHUB_TOKEN/credential" - FURY_TOKEN: "op://push-secrets/FURY_TOKEN/credential" + FURY_TOKEN: "op://push-secrets/FURY_TOKEN/credential_${{ github.repository_owner }}" GORELEASER_KEY: "op://push-secrets/GORELEASER_KEY/credential" - uses: actions/checkout@v4 diff --git a/.goreleaser.yml b/.goreleaser.yml index 30d72257e66..d3492c2a3c8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -176,7 +176,7 @@ brews: name: homebrew-ddev description: DDEV directory: Formula - homepage: https://github.com/ddev/ddev + homepage: https://github.com/{{ .Env.REPOSITORY_OWNER }}/ddev license: "Apache 2" # ddev brew will only be uploaded on non-prerelease skip_upload: auto @@ -231,7 +231,7 @@ brews: name: homebrew-ddev-edge description: DDEV directory: Formula - homepage: https://github.com/ddev/ddev + homepage: https://github.com/{{ .Env.REPOSITORY_OWNER }}/ddev license: "Apache 2" # ddev-edge brew will always be uploaded skip_upload: "false" @@ -321,7 +321,7 @@ nfpms: - xdg-utils snapshot: - name_template: '{{ .Version }}-{{.ShortCommit}}' + version_template: '{{ .Version }}-{{.ShortCommit}}' aurs: