Skip to content

Release dev

Release dev #6

Workflow file for this run

on: workflow_dispatch
name: "Release dev"
jobs:
release-dev:
uses: ./.github/workflows/upload_assets.yml
with:
aws-region: us-east-2
domain: www.dev.infracost.io
infracost-dashboard-api-endpoint: https://dashboard.api.infracost.io
infracost-dashboard-endpoint: https://dashboard.infracost.io
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
INFRACOST_DOCS_API_TOKEN: ${{ secrets.INFRACOST_DOCS_API_TOKEN }}