File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
build-and-upload-to-app-store-connect Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ runs:
5959 steps :
6060 - name : Install App Store Connect API Key
6161 id : install-app-store-connect-api-key
62- uses : shapehq/actions/install-asc-api-key@main
62+ uses : shapehq/actions/install-asc-api-key@v1
6363 with :
6464 op-asc-key-issuer-id-reference : ${{ inputs.op-app-store-connect-api-key-issuer-id-reference }}
6565 op-asc-key-id-reference : ${{ inputs.op-app-store-connect-api-key-id-reference }}
6666 op-asc-key-file-reference : ${{ inputs.op-app-store-connect-api-key-file-reference }}
6767 output-asc-key-file-directory : ~/.private_keys
6868 - name : Install Development Certificate
69- uses : shapehq/actions/install-certificate@main
69+ uses : shapehq/actions/install-certificate@v1
7070 with :
7171 password-op-reference : ${{ inputs.op-development-certificate-password-reference }}
7272 certificate-op-reference : ${{ inputs.op-development-certificate-reference }}
Original file line number Diff line number Diff line change 1010 using : composite
1111 steps :
1212 - name : Install CI SSH Key
13- uses : shapehq/actions/install-ssh-key@main
13+ uses : shapehq/actions/install-ssh-key@v1
1414 with :
1515 op-reference : op://GitHub Actions/CI SSH Private Key/ci-ssh-key
1616 filename : ${{ inputs.filename }}
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ runs:
4848 uses : 1password/install-cli-action@v1
4949
5050 - name : Install CI SSH Key
51- uses : shapehq/actions/install-ci-ssh-key@main
51+ uses : shapehq/actions/install-ci-ssh-key@v1
5252
5353 - name : Install Shipshape
54- uses : shapehq/actions/install-shipshape@main
54+ uses : shapehq/actions/install-shipshape@v1
5555
5656 - name : Create shape-app.config
5757 shell : bash
You can’t perform that action at this time.
0 commit comments