Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gon-binary-template.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source = ["bin/ARCH/pomerium-cli"]
bundle_id = "com.pomerium.pomerium-cli"

apple_id {
username = "rsmith@pomerium.com"
username = "bdd@pomerium.com"
provider = "4RYVW695ZQ"
# password is set via the AC_PASSWORD environment variable
}

sign {
application_identity = "07205C57F24D7B05B457074E7E3B3823D411A101"
application_identity = "247F4DF4E206B054A93A737A7AFF1284F2C47F32"
}

zip {
Expand Down
4 changes: 2 additions & 2 deletions gon-package.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sign {
application_identity = "07205C57F24D7B05B457074E7E3B3823D411A101"
application_identity = "247F4DF4E206B054A93A737A7AFF1284F2C47F32"
}

apple_id {
username = "rsmith@pomerium.com"
username = "bdd@pomerium.com"
provider = "4RYVW695ZQ"
# password is provided via AC_PASSWORD environment variable
}
Expand Down
Loading