svn commit: r366074 - in head/.github: . workflows

Ulrich Spörlein uqs at freebsd.org
Wed Sep 23 20:20:37 UTC 2020


On Wed, Sep 23, 2020 at 9:38 PM Alexander Richardson
<arichardson at freebsd.org> wrote:
>
> On Wed, 23 Sep 2020 at 20:20, Ulrich Spörlein <uqs at freebsd.org> wrote:
> >
> > On Wed, Sep 23, 2020 at 4:33 PM Jessica Clarke <jrtc27 at freebsd.org> wrote:
> > >
> > > On 23 Sep 2020, at 15:29, Ulrich Spörlein <uqs at freebsd.org> wrote:
> > > >
> > > > This broke pushing to github, so the converter is currently halted
> > > >
> > > > ! [remote rejected]         trunk -> svn_head (refusing to allow an
> > > > integration to create or update workflow
> > > > `.github/workflows/cross-bootstrap-tools.yml`)
> > > > error: failed to push some refs to 'base.github.com:freebsd/freebsd.git'
> > > > Error in pushing to github
> > > >
> > > > Do you know why?
> > >
> > > The authorisation token used for the converter needs to have the "workflow"
> > > scope added.
> >
> > All there is is a deploy key (SSH) on the repository and there's no
> > way to give it more or less access. Only write access AFAICS.
> >
> > Uli
>
> Sorry about the breakage! I did not expect this to cause any problems.
> Just to be sure, are GitHub actions enabled for the repository? Maybe
> the repository level setting that disables the actions is set? The URL
> should be https://github.com/freebsd/freebsd/settings/actions.
>
> Is it possible to manually push the latest changes using your personal
> user name + SSH key?
>
> Alex

actions are enabled under that URL yes. And I don't have write access
with my key there's just 1 key that's allowed to push and even adding a new
key I can only flip the "write" bit, nothing else.

I'll try to create the action in the UI now


More information about the freebsd-git mailing list