Implement Slack authentication on iOS
This commit is contained in:
parent
ec8cc533ab
commit
df549d48e6
10 changed files with 419 additions and 81 deletions
1
.github/actions/archive/action.yml
vendored
1
.github/actions/archive/action.yml
vendored
|
|
@ -35,7 +35,6 @@ runs:
|
|||
-authenticationKeyID ${{ inputs.app-store-key-id }} \
|
||||
-authenticationKeyIssuerID ${{ inputs.app-store-key-issuer-id }} \
|
||||
-authenticationKeyPath "${PWD}/AuthKey_${{ inputs.app-store-key-id }}.p8" \
|
||||
-onlyUsePackageVersionsFromResolvedFile \
|
||||
-scheme '${{ inputs.scheme }}' \
|
||||
-destination '${{ inputs.destination }}' \
|
||||
-archivePath '${{ inputs.archive-path }}' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue