Skip to content

deploy-stage

deploy-stage #11

Workflow file for this run

name: deploy-stage
on:
workflow_run:
workflows:
- check
types:
- completed
branches:
- stage
jobs:
aws-deploy:
uses: "./.github/workflows/aws-deploy.yaml"
with:
role-to-assume: "arn:aws:iam::528757786185:role/sagebase-github-oidc-openchallenges-deploy"
role-session-name: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
environment: "stage"
secrets-location: "ssm"