File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments