Skip to content

Commit

Permalink
Merge pull request #7 from porter-dev/porter-stack-cowsay-1824b063
Browse files Browse the repository at this point in the history
Enable Porter Application cowsay
  • Loading branch information
yosefmih authored Mar 27, 2024
2 parents 674d81b + d501049 commit dc5dad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit dc5dad2

Please sign in to comment.