We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29162dd commit 1dadd50Copy full SHA for 1dadd50
.github/workflows/pr-deploy.yaml
@@ -199,8 +199,6 @@ jobs:
199
--set coder.env[5].value=${{ secrets.PR_DEPLOYMENTS_GITHUB_OAUTH_CLIENT_SECRET }} \
200
--set coder.env[6].name=CODER_OAUTH2_GITHUB_ALLOWED_ORGS \
201
--set coder.env[6].value=coder \
202
- --set coder.env[7].name=CODER_OAUTH2_GITHUB_REDIRECT_URI \
203
- --set coder.env[7].value="https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}/gitauth/github/callback \
204
--force
205
206
- name: Install coder-logstream-kube
0 commit comments