mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update apple-actions/import-codesign-certs action to v3 (#124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
run: ${{ matrix.setupCl }}
|
run: ${{ matrix.setupCl }}
|
||||||
|
|
||||||
- name: Setup MacOS Keychain
|
- name: Setup MacOS Keychain
|
||||||
uses: apple-actions/import-codesign-certs@v2
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }}
|
if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }}
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.APPLE_CERT }}
|
p12-file-base64: ${{ secrets.APPLE_CERT }}
|
||||||
|
|||||||
2
.github/workflows/Preview.yml
vendored
2
.github/workflows/Preview.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
run: ${{ matrix.setupCl }}
|
run: ${{ matrix.setupCl }}
|
||||||
|
|
||||||
- name: Setup MacOS Keychain
|
- name: Setup MacOS Keychain
|
||||||
uses: apple-actions/import-codesign-certs@v2
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }}
|
if: ${{ matrix.runtime == 'osx-x64' || matrix.runtime == 'osx-arm64' }}
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.APPLE_CERT }}
|
p12-file-base64: ${{ secrets.APPLE_CERT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user