Skip to content

Commit a638a55

Browse files
committed
pass meta vars
1 parent 08094be commit a638a55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
URL=$RELEASE_NAME.apip.preprod-tilleuls.ovh
8585
fi
8686
echo "context=$CONTEXT" >> "$GITHUB_ENV"
87+
echo "cors=$CORS" >> "$GITHUB_ENV"
8788
echo "environment=$ENVIRONMENT" >> "$GITHUB_ENV"
8889
echo "namespace=$NAMESPACE" >> "$GITHUB_ENV"
8990
echo "release_name=$RELEASE_NAME" >> "$GITHUB_ENV"
@@ -98,9 +99,10 @@ jobs:
9899
permissions:
99100
contents: 'read'
100101
id-token: 'write'
102+
pull-requests: 'write'
103+
needs: ["meta"]
101104
environment:
102105
name: ${{ needs.meta.outputs.environment }}
103-
needs: ["meta"]
104106
steps:
105107
- name: Checkout
106108
uses: actions/checkout@v3
@@ -124,7 +126,7 @@ jobs:
124126
# https://github.com/helm/helm/issues/8036
125127
- name: Build helm dependencies
126128
run: |
127-
#helm repo add bitnami https://charts.bitnami.com/bitnami/
129+
helm repo add bitnami https://charts.bitnami.com/bitnami/
128130
helm repo add stable https://charts.helm.sh/stable/
129131
helm dependency build ./helm/api-platform
130132
- name: HELM Deploy

0 commit comments

Comments
 (0)