Skip to content

[pre-commit.ci] pre-commit autoupdate (#112) #25

[pre-commit.ci] pre-commit autoupdate (#112)

[pre-commit.ci] pre-commit autoupdate (#112) #25

Workflow file for this run

name: deploy-stage
on:
push:
branches: ['stage']
jobs:
test:
uses: ./.github/workflows/test.yaml
with:
environment: stage
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"