openwall / john-packages

Community packages of John the Ripper, the auditing tool and advanced offline password cracker (Docker images, Windows PortableApp, Mac OS, Flatpak, and Ubuntu SNAP packages)
https://www.openwall.com/john/
GNU General Public License v2.0
104 stars 18 forks source link

fix(ci): use SSH on the merge bot (#607) #607

Closed claudioandre-br closed 1 week ago

claudioandre-br commented 1 week ago

I'm seeing an access denied for the bot (but not for workflow_dispatch). Let's use an SSH user and see what happens.

Describe your changes

Add your text here.

Issue ticket number and link

Add your text here.

Checklist before requesting a review

Maintainer tasks

claudioandre-br commented 1 week ago

Ah, so it fails when the PR comes from a fork.

Okay, we can always revert this merge. PRs from forks will be processed via workflow_dispatch.

But let's test it before reverting.