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 28c7b6c commit e27a7c9Copy full SHA for e27a7c9
.github/actions/build-proxies/action.yml
@@ -1,12 +1,6 @@
1
name: "Build Proxies"
2
description: "Build Proxies"
3
4
-on:
5
- workflow_dispatch:
6
-
7
-permissions:
8
- contents: read
9
10
inputs:
11
version:
12
description: "Version number"
.github/workflows/manual-proxy-internal-dev-deploy.yaml
@@ -10,15 +10,19 @@ on:
description: "PR Number for PR Environment"
required: false
13
+permissions:
14
+ contents: read
15
+
16
17
jobs:
- runs-on: ubuntu-latest
18
deploy-internal-dev:
19
+ runs-on: ubuntu-latest
20
name: Deploy to Internal Dev
21
env:
22
PROXYGEN_API_NAME: notify-supplier-api
23
PROXYGEN_PRIVATE_KEY: ${{ secrets.PROXYGEN_PRIVATE_KEY }}
24
PR_NUMBER: ${{ github.event.inputs.pr_number }}
25
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
0 commit comments