github.com/avenga/couper@v1.12.2/.gon.hcl (about)

     1  #notarize {
     2  #  path = ".macos/couper.dmg"
     3  #  bundle_id = "app.com.avenga.couper"
     4  #  staple = true
     5  #}
     6  
     7  notarize {
     8    path = ".macos/couper.zip"
     9    bundle_id = "binary.com.avenga.couper"
    10  }
    11  
    12  apple_id {
    13    username = "marcel.ludwig@avenga.com"
    14    password = "@env:AC_PASSWORD"
    15  }