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