Skip to content

ci: fix release-cli failures

Sofia Vistas requested to merge sv-fix-release-cli into master

After the release we had a few failures with the release-cli.

  • we need a $REGISTRY_PAT with sufficient scope to fix the `403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: api read_api}´ in the gprd job
  • gstg-pre and gprd-cny should be pointing to the correct master branch instead of `main``
  • omnibus and charts now have their token flags set
  • need to confirm $BUMP_VERSION_AUTH_TOKEN_GDK is set and with permissions to access the GDK project

Merge request reports