Skip to content

Conversation

@havebeenfitz
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 5, 2025 17:46
@havebeenfitz havebeenfitz merged commit e63dd5d into main Nov 5, 2025
3 checks passed
@havebeenfitz havebeenfitz deleted the chore/update-readme branch November 5, 2025 17:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds authentication setup instructions to the README, providing developers with detailed steps for configuring App Store Connect API credentials required for the blimp CLI tool.

Key Changes:

  • Added new "Authenticating" section documenting required environment variables and setup process
  • Reorganized existing documentation by adding "Running" section header and adjusting heading hierarchy
  • Included example of private key format and instructions for preparing it for environment variables

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

-----END PRIVATE KEY-----
```

Copy the contents and remove all the whitespacesa and newlines, -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----.
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'whitespacesa' to 'whitespaces'.

Suggested change
Copy the contents and remove all the whitespacesa and newlines, -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----.
Copy the contents and remove all the whitespaces and newlines, -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----.

Copilot uses AI. Check for mistakes.

Copy the contents and remove all the whitespacesa and newlines, -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----.

Use `export APP_STORE_CONNECT_API_PRIVATE_KEY={bare_key_without_newlines} && ...` locally or create environment variables for your CI provider. JWT token for API client will be created (and recreated on expiration) authomatically if needed variables are in place.
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'authomatically' to 'automatically'.

Suggested change
Use `export APP_STORE_CONNECT_API_PRIVATE_KEY={bare_key_without_newlines} && ...` locally or create environment variables for your CI provider. JWT token for API client will be created (and recreated on expiration) authomatically if needed variables are in place.
Use `export APP_STORE_CONNECT_API_PRIVATE_KEY={bare_key_without_newlines} && ...` locally or create environment variables for your CI provider. JWT token for API client will be created (and recreated on expiration) automatically if needed variables are in place.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants