From owner-freebsd-git@freebsd.org Wed Sep 23 20:20:37 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5ECC142582B for ; Wed, 23 Sep 2020 20:20:37 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxV110RZQz4JcB; Wed, 23 Sep 2020 20:20:36 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-ot1-f47.google.com with SMTP id a2so943280otr.11; Wed, 23 Sep 2020 13:20:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=jo3KbMlWkCbITf6EU72oCwQ5DnOt3fau4szYs3giBx0=; b=JNZA0GEGVU1Z8zvEo0ptKhkdoueYjd2mvR+qu5mnm7BpM38jfcEKWf1KpcFFuwiJ44 ykIFQiKYHCsDkA+vWeCQiY+dS8tkYAT/27OlrtcZMEEuFqGzeoQEPnUSFtnZXyDWEnKU KJuYAHDCHw5Nx9AeRGGWCtCDSw62Z0yQ8nHRYk5CNpYwSsUitH9twJdQ3Dsx+e9+rftV BZiNx03J3psmWVwhTDb2nVqYSlX0WjUcIjKg8H02EWD9jY67hDQsMVpMfOms2yg1HfMb bUNLTTAC6dRNKRlrtT01Hge534YD9mnH/fW+erJTNcTe0I9psdrw7me5ZVC6rRbdpZAV mu3A== X-Gm-Message-State: AOAM530+aLOwaU/iod8IpY+j4xAsLLwISP4eF1By+eVCQggElL4YNvu5 t58+gKXToGxh1yn47VwJ2IZJt+kN1PGGpuDnXSm1sJiXIs8= X-Google-Smtp-Source: ABdhPJz43H48ttNAc4/z69rT9XsWjVbq1i209mQezKMLuOoZxfve6RfoUgCCf3arJ9KvZt1akvzl/68ACjcdr4ZjiJI= X-Received: by 2002:a9d:3983:: with SMTP id y3mr858559otb.71.1600892435590; Wed, 23 Sep 2020 13:20:35 -0700 (PDT) MIME-Version: 1.0 References: <202009231254.08NCsbvl097012@repo.freebsd.org> <17915865-DF2F-473D-AB52-4C69D7DB706F@freebsd.org> In-Reply-To: From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Wed, 23 Sep 2020 22:20:23 +0200 Message-ID: Subject: Re: svn commit: r366074 - in head/.github: . workflows To: Alexander Richardson Cc: Jessica Clarke , Ed Maste , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BxV110RZQz4JcB X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 20:20:37 -0000 On Wed, Sep 23, 2020 at 9:38 PM Alexander Richardson wrote: > > On Wed, 23 Sep 2020 at 20:20, Ulrich Sp=C3=B6rlein wrot= e: > > > > On Wed, Sep 23, 2020 at 4:33 PM Jessica Clarke wro= te: > > > > > > On 23 Sep 2020, at 15:29, Ulrich Sp=C3=B6rlein wrot= e: > > > > > > > > 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 "wor= kflow" > > > 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