Skip to content

Commit fe5a092

Browse files
remove secrets
1 parent e1998c6 commit fe5a092

11 files changed

+0
-49
lines changed

.github/workflows/build-product.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
required: false
88
DV_BOT_USER:
99
required: false
10-
DV_AWS_ECR_ROLE:
11-
required: false
12-
DV_AWS_REGION:
13-
required: false
14-
DV_AWS_ECR_REGISTRY:
15-
required: false
1610
NODE_VERSION:
1711
required: false
1812
PYTHON_VERSION:

.github/workflows/build-push-docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name: build-push-docker
33
on:
44
workflow_call:
55
secrets:
6-
DV_AWS_ECR_ROLE:
7-
required: true
8-
DV_AWS_REGION:
9-
required: true
10-
DV_AWS_ECR_REGISTRY:
11-
required: true
126
DV_ECR_REPOSITORY:
137
required: false
148
inputs:

.github/workflows/build-push-helm-chart.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build-push-helm-chart
33
on:
44
workflow_call:
55
secrets:
6-
DV_CHARTMUSEUM_URL:
7-
required: false
86
DV_CHARTMUSEUM_USER:
97
required: true
108
DV_CHARTMUSEUM_PASSWORD:

.github/workflows/build-single-product-part.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ on:
99
required: false
1010
DV_BOT_USER:
1111
required: false
12-
DV_AWS_ECR_ROLE:
13-
required: false
14-
DV_AWS_REGION:
15-
required: false
16-
DV_AWS_ECR_REGISTRY:
17-
required: false
1812
NODE_VERSION:
1913
required: false
2014
PYTHON_VERSION:

.github/workflows/build-workspace-product-part.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ on:
99
required: false
1010
DV_BOT_USER:
1111
required: false
12-
DV_AWS_ECR_ROLE:
13-
required: false
14-
DV_AWS_REGION:
15-
required: false
16-
DV_AWS_ECR_REGISTRY:
17-
required: false
1812
NODE_VERSION:
1913
required: false
2014
PYTHON_VERSION:

.github/workflows/deploy-product.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@ on:
55
secrets:
66
DATAVISYN_BOT_REPO_TOKEN:
77
required: true
8-
DV_DEVOPS:
9-
required: true
10-
DV_QMS:
11-
required: true
12-
DV_AWS_ECR_REGISTRY:
13-
required: false
148
DV_BOT_USER:
159
required: false
16-
DV_AWS_ECR_ROLE:
17-
required: false
18-
DV_AWS_REGION:
19-
required: false
2010

2111
inputs:
2212
stage:

.github/workflows/publish-node-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: publish-node-python
33
on:
44
workflow_call:
55
secrets:
6-
DV_DEVOPS:
7-
required: true
86
PYPI_USERNAME:
97
required: true
108
PYPI_PASSWORD:

.github/workflows/publish-node.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: publish-node
33
on:
44
workflow_call:
55
secrets:
6-
DV_DEVOPS:
7-
required: true
86
NPM_TOKEN:
97
required: true
108
DATAVISYN_BOT_REPO_TOKEN:

.github/workflows/publish-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: publish-python
33
on:
44
workflow_call:
55
secrets:
6-
DV_DEVOPS:
7-
required: true
86
PYPI_USERNAME:
97
required: true
108
PYPI_PASSWORD:

.github/workflows/release-product.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
secrets:
66
DATAVISYN_BOT_REPO_TOKEN:
77
required: true
8-
DV_DEVOPS:
9-
required: true
10-
DV_QMS:
11-
required: true
128

139
permissions:
1410
contents: write

0 commit comments

Comments
 (0)