Skip to content

Merge pull request #308 from nationalarchives/update/tdr-auth-utils-0… #210

Merge pull request #308 from nationalarchives/update/tdr-auth-utils-0…

Merge pull request #308 from nationalarchives/update/tdr-auth-utils-0… #210

Workflow file for this run

name: TDR Tag and pre deploy
on:
push:
branches:
- main
jobs:
pre-deploy:
uses: nationalarchives/tdr-github-actions/.github/workflows/lambda_build.yml@main
with:
repo-name: tdr-export-status-update
artifact-name: export-status-update
build-command: |
sbt assembly
secrets:
MANAGEMENT_ACCOUNT: ${{ secrets.MANAGEMENT_ACCOUNT }}
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
deploy:
needs: pre-deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: gh workflow run deploy.yml -f environment=intg -f to-deploy=${{ needs.pre-deploy.outputs.next-version }}
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}