diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index bd879bd..a73efcf 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -21,7 +21,7 @@ on: runner: type: string default: '"ubuntu-latest"' - api_base_url: + api_base_url: type: string default: "https://api.prod.app.gruntwork.io/api/v1" @@ -120,7 +120,7 @@ jobs: uses: ./pipelines-actions/.github/actions/pipelines-preflight-action with: IS_ROOT: "true" - PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} + PIPELINES_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} INFRA_ROOT_WRITE_TOKEN: ${{ steps.pipelines-infra-root-write-token.outputs.PIPELINES_TOKEN }} ORG_REPO_ADMIN_TOKEN: ${{ steps.pipelines-org-repo-admin-token.outputs.PIPELINES_TOKEN }} PIPELINES_GRUNTWORK_READ_TOKEN: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }}