Skip to content

Commit dc5dad2

Browse files
authored
Merge pull request #7 from porter-dev/porter-stack-cowsay-1824b063
Enable Porter Application cowsay
2 parents 674d81b + d501049 commit dc5dad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/porter_stack_cowsay.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
timeout-minutes: 30
1919
run: exec porter apply -f ./porter.yaml
2020
env:
21-
PORTER_CLUSTER: "11"
21+
PORTER_CLUSTER: "142"
2222
PORTER_HOST: https://dashboard.internal-tools.porter.run
2323
PORTER_PR_NUMBER: ${{ github.event.number }}
24-
PORTER_PROJECT: "8"
24+
PORTER_PROJECT: "301"
2525
PORTER_STACK_NAME: cowsay
2626
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
27-
PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }}
27+
PORTER_TOKEN: ${{ secrets.PORTER_STACK_301_142 }}

0 commit comments

Comments
 (0)