Apple-Actions / download-provisioning-profiles

Github Action for downloading provisioning profiles from Apple AppStore Connect
MIT License
74 stars 37 forks source link

Action failing #20

Open elio-developer opened 9 months ago

elio-developer commented 9 months ago

Hi,

I implemented Apple-Actions/import-codesign-certs@v1 to get the certificates but when running Apple-Actions/download-provisioning-profiles@v1 im getting the following error: Error: error:0909006C:PEM routines:get_name:no start line

I event forked your Example project, put in my keys and it gives me the same error.

scriptBoris commented 5 months ago

error:1E08010C:DECODER routines::unsupported I get it error on Apple-Actions/download-provisioning-profiles@v3

anasrehmankhanllc commented 2 months ago

@elio-developer @scriptBoris Hi do you guys able to solve it? i am getting the same issue

      - name: Download Provisioning Profiles
        id: provisioning
        uses: apple-actions/download-provisioning-profiles@v1
        with: 
          bundle-id: com.mydmain.com
          profile-type: 'IOS_APP_STORE'
          issuer-id: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
          api-key-id: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
          api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }}
          Error: error:1E08010C:DECODER routines::unsupported
CliffAgius commented 2 weeks ago

Also seeing this error...