-
Notifications
You must be signed in to change notification settings - Fork 30
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
Experiencing workflow run failures #88
Comments
Since you specified the |
I got the same error before setting the permissions block, actually. But I'll try it :) |
Hmm, now I'm getting:
|
I ran into this the other day, too. It seems like you need both permissions:
contents: write # to push the branch for the PR
pull-requests: write # to open the PR and checking that checkbox in Settings>Actions>General1. These should probably be added to the docs. Footnotes
|
The documentation was missing some important bits. See DeterminateSystems/update-flake-lock#88
Oh, thank you @sellout! I'll keep this issue open to track the documentation issue, but my personal issue has been solved :) |
This change requires GitHub workflows to have read and write permissions [1] [2]. [1]: DeterminateSystems/update-flake-lock#75 [2]: DeterminateSystems/update-flake-lock#88
This change requires GitHub workflows to have read and write permissions [1] [2]. [1]: DeterminateSystems/update-flake-lock#75 [2]: DeterminateSystems/update-flake-lock#88 Link: danth#520
This change requires GitHub workflows to have read and write permissions [1] [2]. [1]: DeterminateSystems/update-flake-lock#75 [2]: DeterminateSystems/update-flake-lock#88 Link: danth#520
The repo in question can be found here.
I am new to Github workflows, so I've probably done something wrong here. Here is the error:
In text:
The text was updated successfully, but these errors were encountered: