Skip to content

Commit e27a7c9

Browse files
committed
CCM-12133: correct build triggers
1 parent 28c7b6c commit e27a7c9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: "Build Proxies"
22
description: "Build Proxies"
33

4-
on:
5-
workflow_dispatch:
6-
7-
permissions:
8-
contents: read
9-
104
inputs:
115
version:
126
description: "Version number"

.github/workflows/manual-proxy-internal-dev-deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ on:
1010
description: "PR Number for PR Environment"
1111
required: false
1212

13+
permissions:
14+
contents: read
15+
1316

1417
jobs:
15-
runs-on: ubuntu-latest
1618
deploy-internal-dev:
19+
runs-on: ubuntu-latest
1720
name: Deploy to Internal Dev
1821
env:
1922
PROXYGEN_API_NAME: notify-supplier-api
2023
PROXYGEN_PRIVATE_KEY: ${{ secrets.PROXYGEN_PRIVATE_KEY }}
2124
PR_NUMBER: ${{ github.event.inputs.pr_number }}
25+
2226
steps:
2327
- name: Checkout
2428
uses: actions/checkout@v4

0 commit comments

Comments
 (0)