Skip to content

Commit

Permalink
use FURY_TOKEN based on repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 14, 2024
1 parent a77defe commit 33c0164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -321,7 +321,7 @@ nfpms:
- xdg-utils

snapshot:
name_template: '{{ .Version }}-{{.ShortCommit}}'
version_template: '{{ .Version }}-{{.ShortCommit}}'


aurs:
Expand Down

0 comments on commit 33c0164

Please sign in to comment.