Skip to content

Renewing Trunk Access

Travis Prescott edited this page Oct 30, 2025 · 3 revisions

Our CI requires a valid token to push Podspecs to CocoaPods trunk. Should the token expire, the process to renew it is as follows:

  1. Ensure the [email protected] DL is working and can accept external emails.
  2. On any iOS machine, run pod trunk register [email protected] "Azure SDK Mobile Team" --description="azure sdk ci"
  3. Click the link in the verification email sent to [email protected]. If an email is not received, open an issue on the trunk repo. If the verification email bounced, they will stop sending emails and you'll need to get them to manually unblock the email address.
  4. Run pod trunk me --verbose and pull the token from the output. (Example: Authorization: Token XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nAccept-Encoding: gzip;)
  5. Update the azuresdk-cocoapods-trunk-token secret in the AzureSDKEngKeyVault with this value.
Clone this wiki locally