- 
                Notifications
    
You must be signed in to change notification settings  - Fork 101
 
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:
- Ensure the 
[email protected]DL is working and can accept external emails. - On any iOS machine, run 
pod trunk register [email protected] "Azure SDK Mobile Team" --description="azure sdk ci" - 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. - Run 
pod trunk me --verboseand pull the token from the output. (Example:Authorization: Token XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nAccept-Encoding: gzip;) - Update the 
azuresdk-cocoapods-trunk-tokensecret in theAzureSDKEngKeyVaultwith this value.