-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update dev-tools.md: add manually triggering CI #58
Conversation
Linter, bane of my existence |
If the PR itself is fine, i think you could copy my branch into your repository, close my PR and open a new one so the bot has permission to push the optimised image file, |
d6d4267
to
90ae6e8
Compare
aa1192a
to
a7860d1
Compare
Thanks! I've run into this issue before. I personally have the permissions to push commits, however the bot runs with a restricted setup. Our https://github.com/EndBug/add-and-commit action explains some stuff, but rather handwavy. Experimented a bit with various permission and PATs, but I couldn't figure out how to allow the bot to push to your branch (since it comes from your repo). I even tried triggering another workflow in the same repo ( It might work with If you have any more ideas (other than manual invention), please let me know. I guess I could always just let |
well i did figure out how to run oxypng so finally green. At the least it's a rust tool so installation was painless. |
Man I fucking love rust (and especially cargo) so much, it's unbelievable how much better it is than everything before it. Today I was trying to program an STM microcontroller, and the C/C++ environment is just so, so bad, and rust+cargo+probe-rs just ... worked. |
ref godot-rust/gdext#933
Does hosting the picture on github work or should I check it directly into the repository?