File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ jobs:
187
187
--set coder.env[1].value="*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" \
188
188
--set coder.env[2].name=CODER_EXPERIMENTS \
189
189
--set coder.env[2].value="*" \
190
+ --force
190
191
# Uncomment this when https://github.com/coder/coder/issues/8714 is resolved
191
192
# --set coder.env[3].name=CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS \
192
193
# --set coder.env[3].value=true \
@@ -197,8 +198,7 @@ jobs:
197
198
# --set coder.env[6].name=CODER_OAUTH2_GITHUB_ALLOWED_ORGS \
198
199
# --set coder.env[6].value=coder \
199
200
# --set coder.env[7].name=CODER_OAUTH2_GITHUB_REDIRECT_URI \
200
- # --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback \
201
- --force
201
+ # --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback
202
202
203
203
- name : Install coder-logstream-kube
204
204
run : |
You can’t perform that action at this time.
0 commit comments