From d50104919186d118bb7ddfbb7a6855977ddc1ee2 Mon Sep 17 00:00:00 2001 From: "porter-internal[bot]" <108749831+porter-internal[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:39:03 +0000 Subject: [PATCH] Create porter_stack_cowsay.yml file --- .github/workflows/porter_stack_cowsay.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/porter_stack_cowsay.yml b/.github/workflows/porter_stack_cowsay.yml index ad0a1e1..88e0dda 100644 --- a/.github/workflows/porter_stack_cowsay.yml +++ b/.github/workflows/porter_stack_cowsay.yml @@ -18,10 +18,10 @@ jobs: timeout-minutes: 30 run: exec porter apply -f ./porter.yaml env: - PORTER_CLUSTER: "11" + PORTER_CLUSTER: "142" PORTER_HOST: https://dashboard.internal-tools.porter.run PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "8" + PORTER_PROJECT: "301" PORTER_STACK_NAME: cowsay PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }} + PORTER_TOKEN: ${{ secrets.PORTER_STACK_301_142 }}