You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When npm dependencies are being installed in a github action in a dependabot pr, it fails on @types/github-script with a permission denied error. I am using pnpm but I would assume this error occurs in all package managers.
To Reproduce
Steps to reproduce the behavior:
Install @types/github-script
Add a github action to run pnpm install
Wait for dependabot to create a pr and run pnpm install in github action
See error
Expected behavior
The install is successful
Screenshots
Desktop (please complete the following information):
OS: linux
The text was updated successfully, but these errors were encountered:
Describe the bug
When npm dependencies are being installed in a github action in a dependabot pr, it fails on
@types/github-script
with a permission denied error. I am usingpnpm
but I would assume this error occurs in all package managers.To Reproduce
Steps to reproduce the behavior:
@types/github-script
pnpm install
pnpm install
in github actionExpected behavior
The install is successful
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: