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

Error: Resource not accessible by integration #148

Closed
sweepy84 opened this issue May 17, 2022 · 1 comment
Closed

Error: Resource not accessible by integration #148

sweepy84 opened this issue May 17, 2022 · 1 comment

Comments

@sweepy84
Copy link

sweepy84 commented May 17, 2022

For some reason im getting this error "Resource not accessible by integration" which fails the action.

Creating alias
Success! https://mydomain.io/ now points to https://mydomain.vercel.app/ [992ms]
this is related issue or pull_request
find comment
Error: Resource not accessible by integration

My configuration:

name: Deploy ui preview
uses: amondnet/vercel-action@v20
id: vercel-action-staging
if: github.event_name == 'pull_request'
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}
  vercel-token: ${{ secrets.VERCEL_TOKEN }}
  vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
  vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
  scope: ${{ secrets.VERCEL_ORG_ID}}
  alias-domains: |
    mydomain.io
@sweepy84
Copy link
Author

sweepy84 commented May 17, 2022

nm - I had to add

permissions:
      pull-requests: write

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

1 participant