ci(secrets): Use GH App instead of PAT CU-86c5w81vz (#67) #67
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: deploy | |
| on: | |
| push: | |
| branches: | |
| - production | |
| - main | |
| jobs: | |
| deploy-py-server-argo: | |
| name: Deploy PY server Argo | |
| uses: ./.github/workflows/helpers-deploy-argo.yaml | |
| secrets: | |
| KITTL_CI_APP_PRIVATE_KEY: ${{ secrets.KITTL_CI_APP_PRIVATE_KEY }} | |
| ECR_ROLE_ARN: ${{ github.ref == 'refs/heads/production' && secrets.PRODUCTION_ECR_ROLE_ARN || secrets.STAGING_ECR_ROLE_ARN }} |