Skip to content
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

How to re-authenticate #138

Closed
peterkimzz opened this issue Mar 24, 2022 · 2 comments
Closed

How to re-authenticate #138

peterkimzz opened this issue Mar 24, 2022 · 2 comments

Comments

@peterkimzz
Copy link

My action is stuck when this action is triggered.

Here is my snippet.

- name: Vercel
   uses: amondnet/vercel-action@v20
   id: vercel
   with:
      vercel-token: TOKEN
      vercel-org-id: ORG_ID
      vercel-project-id: PROJECT_ID

And wait for it forever.

Retrieving project…
> You must re-authenticate to use brianalabs scope.

> You must re-authenticate to use brianalabs scope.
> Log in to Vercel (Use arrow keys)
❯ Continue with GitHub 
  Continue with GitLab 
  Continue with Bitbucket 
  Continue with Email 
  ───────────────────────
  Abort 
> Log in to Vercel (Use arrow keys)
❯ Continue with GitHub 
  Continue with GitLab 
  Continue with Bitbucket 
  Continue with Email 
  ───────────────────────
  Abort 
@amondnet
Copy link
Owner

amondnet commented Apr 7, 2022

@peterkimzz
Copy link
Author

Hi, @amondnet

Yes, it has a team scope. Actually, I found the solution a few days ago.
Thank you!

- name: Vercel
   uses: amondnet/vercel-action@v20
   id: vercel
   with:
      vercel-token: TOKEN
      vercel-org-id: ORG_ID
      vercel-project-id: PROJECT_ID
      scope: TEAM_SLUG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants