ci: add iPhone deploy workflow + CI/CD setup docs #4

Merged
millianlmx merged 50 commits from ci/iphone-deploy-workflow into main 2026-06-27 22:49:53 +02:00
Showing only changes of commit e43f197139 - Show all commits

View File

@@ -84,7 +84,7 @@ jobs:
- name: Post "Ready to test" comment
env:
GT_TOKEN: ${{ secrets.GITEA_TOKEN }}
GT_TOKEN: ${{ secrets.PR_API_TOKEN }}
GITEA_URL: ${{ vars.GITEA_URL || 'https://gitea.1000co.fr' }}
run: |
PR="${{ github.event.pull_request.number }}"
@@ -106,7 +106,7 @@ jobs:
steps:
- name: Poll for LGTM
env:
GT_TOKEN: ${{ secrets.GITEA_TOKEN }}
GT_TOKEN: ${{ secrets.PR_API_TOKEN }}
GITEA_URL: ${{ vars.GITEA_URL || 'https://gitea.1000co.fr' }}
run: |
PR_NUMBER="${{ github.event.pull_request.number }}"