Skip to content

Commit

Permalink
Merge pull request #37 from datavisyn/vstoiber-fix-secrets-inherit
Browse files Browse the repository at this point in the history
Use org vars instead of inherited secrets
  • Loading branch information
puehringer authored Nov 28, 2023
2 parents e1998c6 + 6a8b4c2 commit c6d8d80
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
required: false
DV_BOT_USER:
required: false
DV_AWS_ECR_ROLE:
required: false
DV_AWS_REGION:
required: false
DV_AWS_ECR_REGISTRY:
required: false
NODE_VERSION:
required: false
PYTHON_VERSION:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: build-push-docker
on:
workflow_call:
secrets:
DV_AWS_ECR_ROLE:
required: true
DV_AWS_REGION:
required: true
DV_AWS_ECR_REGISTRY:
required: true
DV_ECR_REPOSITORY:
required: false
inputs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: build-push-helm-chart
on:
workflow_call:
secrets:
DV_CHARTMUSEUM_URL:
required: false
DV_CHARTMUSEUM_USER:
required: true
DV_CHARTMUSEUM_PASSWORD:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
required: false
DV_BOT_USER:
required: false
DV_AWS_ECR_ROLE:
required: false
DV_AWS_REGION:
required: false
DV_AWS_ECR_REGISTRY:
required: false
NODE_VERSION:
required: false
PYTHON_VERSION:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-workspace-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
required: false
DV_BOT_USER:
required: false
DV_AWS_ECR_ROLE:
required: false
DV_AWS_REGION:
required: false
DV_AWS_ECR_REGISTRY:
required: false
NODE_VERSION:
required: false
PYTHON_VERSION:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/deploy-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ on:
secrets:
DATAVISYN_BOT_REPO_TOKEN:
required: true
DV_DEVOPS:
required: true
DV_QMS:
required: true
DV_AWS_ECR_REGISTRY:
required: false
DV_BOT_USER:
required: false
DV_AWS_ECR_ROLE:
required: false
DV_AWS_REGION:
required: false

inputs:
stage:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: publish-node-python
on:
workflow_call:
secrets:
DV_DEVOPS:
required: true
PYPI_USERNAME:
required: true
PYPI_PASSWORD:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: publish-node
on:
workflow_call:
secrets:
DV_DEVOPS:
required: true
NPM_TOKEN:
required: true
DATAVISYN_BOT_REPO_TOKEN:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: publish-python
on:
workflow_call:
secrets:
DV_DEVOPS:
required: true
PYPI_USERNAME:
required: true
PYPI_PASSWORD:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
secrets:
DATAVISYN_BOT_REPO_TOKEN:
required: true
DV_DEVOPS:
required: true
DV_QMS:
required: true

permissions:
contents: write
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: release-source

on:
workflow_call:
secrets:
DV_DEVOPS:
required: true

permissions:
contents: write
Expand Down

0 comments on commit c6d8d80

Please sign in to comment.