-
Notifications
You must be signed in to change notification settings - Fork 439
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
@types/github-script install fails in github action in dependabot pr's #487
Comments
Can you include the full set of commands you're using to install the types? |
Just to note again this error only occurs in pr's that are created by |
@Quintisimo where does If that's an Actions secret, is it also set as a Dependabot secret? |
@joshmgross yes I have set it both as an action secret and a dependabot secret |
Could you provide the full workflow? |
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: