We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc5dad2 + b3b63bb commit c0a1ae1Copy full SHA for c0a1ae1
.github/workflows/porter_stack_cowsay.yml
@@ -18,10 +18,11 @@ jobs:
18
timeout-minutes: 30
19
run: exec porter apply -f ./porter.yaml
20
env:
21
- PORTER_CLUSTER: "142"
22
- PORTER_HOST: https://dashboard.internal-tools.porter.run
+ PORTER_CLUSTER: "819"
+ PORTER_DEPLOYMENT_TARGET_ID: a1125ff5-9dfb-4953-a74d-8d4fcce94181
23
+ PORTER_HOST: https://cloud.porter.run
24
PORTER_PR_NUMBER: ${{ github.event.number }}
- PORTER_PROJECT: "301"
25
+ PORTER_PROJECT: "822"
26
PORTER_STACK_NAME: cowsay
27
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
- PORTER_TOKEN: ${{ secrets.PORTER_STACK_301_142 }}
28
+ PORTER_TOKEN: ${{ secrets.PORTER_STACK_822_819 }}
0 commit comments