forked from iam4x/now-deploy-preview-comment
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Now CLI v17 #24
Comments
honzajavorek
added a commit
to honzajavorek/honzajavorek.cz
that referenced
this issue
Feb 14, 2020
Now CLI v17 is now interactive by default. This can be worked around using environment variables, as noted in vercel/vercel#3588 Related issue: amondnet/now-deployment#24 Related docs: https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
@honzajavorek @454de6e v2 released name: deploy website
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/now-deployment@v2
with:
zeit-token: ${{ secrets.ZEIT_TOKEN }} # Required
now-args: '--prod'
now-org-id: 'YOUR_ORG'
now-project-id: 'YOUR_PROJECT_ID' |
Hello. Thanks for the update! I'm having trouble finding the Org and Project ID values in the Now dashboard. How can these be retrieved? Edit: |
@amondnet awesome, thanks 👍 @thelucre yup, see my comment at vercel/vercel#3588 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since version 17 the Now CLI is now interactive by default. It can be worked around using environment variables - vercel/vercel#3588 Perhaps this action could take these as options and set the variables.
The text was updated successfully, but these errors were encountered: