Skip to content

Generate certificates #3

Generate certificates

Generate certificates #3

Workflow file for this run

---

Check failure on line 1 in .github/workflows/apple_certs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/apple_certs.yml

Invalid workflow file

`workflow_dipatch` is not a valid event name
name: 🍏 iOS
on:
push: # TODO : delete
branches:
- fastlane2
schedule:
- cron: '30 2 * * *'
workflow_dipatch:
jobs:
sync_certs:
name: sync certs
runs-on: macos-12
steps:
- name: 🐣 Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: ⛓️ Setup SSH
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_KEY_DEPLOYMENT_CERTIFICATES }}
- name: 🔏 Sync certs
env:
bundle_id: ch.opengis.qfield
issuer_id: ${{ secrets.IOS_APPSTORE_ISSUER_ID }}
api_key_id: ${{ secrets.IOS_APPSTORE_KEY_ID }}
api_private_key: ${{ secrets.IOS_APPSTORE_PRIVATE_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: |
bundle install
bundle exec fastlane ios