-
Notifications
You must be signed in to change notification settings - Fork 90
Renewing Trunk Access
Travis Prescott edited this page Nov 10, 2023
·
1 revision
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 "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 --verbose
and pull the token from the output. (Example:Authorization: Token XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\r\nAccept-Encoding: gzip;
) - Update the COCOAPODS_TRUNK_TOKEN value in the Engineering System KeyVault with this value.