jsmrcaga/action-netlify-deploy

Logging into your Netlify account

jrock2004 opened this issue · 5 comments

All of the sudden my builds are failing with Logging into your Netlify account.

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - uses: jsmrcaga/action-netlify-deploy@master
        with:
          NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} 
          NETLIFY_SITE_ID: "my-id-to-netlify" 
          NETLIFY_DEPLOY_MESSAGE: "${{ github.event.head_commit.message }}"
          NETLIFY_DEPLOY_TO_PROD: ${{ github.event_name == 'push' && true || false }}

More logs

Error: Timed out waiting for authorization. If you do not have a Netlify 
 ›   account, please create one at https://app.netlify.com/signup, then run 
 ›   netlify login again.

@jrock2004 What i can see from your errror is that this is due to a timeout. Do you know if this was caused by an outage on Netlify/GitHub's side ?

Is this still occurring ?

Its still occurring

Does logging in or dpeloying from your local machine works as espcted ?

Also, try logging your access token to be sure it is registered and complete and let me know!

Sorry it took so long. So I went into netlify and deleted the access token and re-created a new one. Now its working

@jrock2004 no worries! Thanks for the reply and closing the issue