We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd11a0c commit c7e96cfCopy full SHA for c7e96cf
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -1,4 +1,5 @@
1
name: Deploy proxy to environment
2
+run-name: Proxygen Deployment for ${{ inputs.environment }}
3
4
on:
5
push:
@@ -75,6 +76,9 @@ jobs:
75
76
shell: bash
77
run: make build-json-oas-spec APIM_ENV=$APIM_ENV
78
- name: "Build proxies"
79
+ env:
80
+ PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
81
+ PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
82
uses: ./.github/actions/build-proxies
83
with:
84
version: "${{ inputs.version }}"
0 commit comments