Skip to content

NiftyStack/appstore-connect-authenticate-with-key-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

appstore-connect-authenticate-with-key-action

To generate the base64 key content for the base64-key-content

$ cat path_to_p8_file | base64 -b 0

jobs:

  build:
    runs-on: macos-11

    steps:
      - uses: actions/checkout@v2
      - uses: NiftyStack/appstore-connect-authenticate-with-key-action@1.0.0
        with:
          key-id: ${{ secrets.APPSTORE_CONNECT_KEY_ID }}
          issuer-id: ${{ secrets.APPSTORE_CONNECT_ISSUER_ID }}
          base64-key-content: ${{ secrets.APPSTORE_CONNECT_BASE64_KEY_CONTENT }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published