Blazity / next-enterprise

💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.
https://next-enterprise.vercel.app
MIT License
6.08k stars 1.57k forks source link

Workflow "Next.js Bundle Analysis" fails with "Error: Resource not accessible by integration" due to permission issue #304

Open DNA-PC opened 1 month ago

DNA-PC commented 1 month ago

I had to change the following in the repository's settings for the workflow to work properly:

image

This setup should either be documented, or the workflow itself should define proper "permissions" to run correctly.

Used https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac to help me out.