Skip to content

Commit c7e96cf

Browse files
committed
CCM-11938: try remote
1 parent cd11a0c commit c7e96cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Deploy proxy to environment
2+
run-name: Proxygen Deployment for ${{ inputs.environment }}
23

34
on:
45
push:
@@ -75,6 +76,9 @@ jobs:
7576
shell: bash
7677
run: make build-json-oas-spec APIM_ENV=$APIM_ENV
7778
- name: "Build proxies"
79+
env:
80+
PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
81+
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
7882
uses: ./.github/actions/build-proxies
7983
with:
8084
version: "${{ inputs.version }}"

0 commit comments

Comments
 (0)