GitHub secrets not found: "Input required and not supplied" #24924
-
I’m experiencing something similar to the issue noted here: Github Secrets not be found Around a week ago, secrets stopped being passed into workflow runs triggered by dependabot. Seems like they are only being passed into runs triggered specifically by my account or other collaborators. It’s strange, because 1) nothing has changed with these workflow files in weeks and 2) its occurring across all my repositories that use secrets during workflow runs triggered by dependabot pushing to a branch. More details here: Error: Input required and not supplied: github-token · Issue #122 · actions/github-script · GitHub |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That is an intentional security fix to how pull requests from Dependabot are treated: The GitHub BlogGitHub Actions: Workflows triggered by Dependabot PRs will run with read-only...GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions |
Beta Was this translation helpful? Give feedback.
-
Wow, didn’t notice this. Thanks! |
Beta Was this translation helpful? Give feedback.
That is an intentional security fix to how pull requests from Dependabot are treated:
The GitHub BlogGitHub Actions: Workflows triggered by Dependabot PRs will run with read-only...
GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions