Skip to content
Prev Previous commit
Next Next commit
set first-user-trial to false in deploy-pr workflow
  • Loading branch information
joobisb committed Oct 16, 2024
commit 2ed44c823f2a6636afe17bcd02cb1ffad57fe99e
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
--first-user-username coder \
--first-user-email pr${{ env.PR_NUMBER }}@coder.com \
--first-user-password $password \
--first-user-trial \
--first-user-trial=false \
--use-token-as-session \
https://${{ env.PR_HOSTNAME }}

Expand Down
Loading