diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 11b9335..c020b41 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: 1.20.x - name: Set up Gon - run: brew tap mitchellh/gon && brew install mitchellh/gon/gon + run: brew tap conductorone/gon && brew install conductorone/gon/gon - name: Import Keychain Certs uses: apple-actions/import-codesign-certs@v1 with: @@ -32,6 +32,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }} AC_PASSWORD: ${{ secrets.AC_PASSWORD }} + AC_PROVIDER: ${{ secrets.AC_PROVIDER }} goreleaser-docker: runs-on: ubuntu-latest steps: diff --git a/.gon-amd64.json b/.gon-amd64.json index 65a32a9..d31db86 100644 --- a/.gon-amd64.json +++ b/.gon-amd64.json @@ -2,8 +2,7 @@ "source": ["./dist/macos-amd64_darwin_amd64_v1/baton-miro"], "bundle_id": "com.conductorone.baton-miro", "apple_id": { - "username" : "justin.gallardo@conductorone.com", - "password": "@env:AC_PASSWORD" + "username" : "justin.gallardo@conductorone.com" }, "sign": { "application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)" diff --git a/.gon-arm64.json b/.gon-arm64.json index 1d31f00..fa118f8 100644 --- a/.gon-arm64.json +++ b/.gon-arm64.json @@ -2,8 +2,7 @@ "source": ["./dist/macos-arm64_darwin_arm64/baton-miro"], "bundle_id": "com.conductorone.baton-miro", "apple_id": { - "username" : "justin.gallardo@conductorone.com", - "password": "@env:AC_PASSWORD" + "username" : "justin.gallardo@conductorone.com" }, "sign": { "application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"