From owner-freebsd-git@freebsd.org Wed Sep 23 19:20:22 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 83004423E5A for ; Wed, 23 Sep 2020 19:20:22 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) (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 4BxSgV1671z4Cqp; Wed, 23 Sep 2020 19:20:21 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by mail-ot1-f49.google.com with SMTP id a2so779038otr.11; Wed, 23 Sep 2020 12:20:21 -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=fLo2TfzWyQ4evGGVQne1KAb5kAvZlR9m2qunXQhPXvI=; b=FJxpzy91Tg95pbAQ4SsHTMXFn6CHrz3tHJ0RqzAkp/G042ZV14NMteaBO3iUdrFotE 1SKRVR7aPUzzZC9fGaSY7KHz1ItupnP9bVQheoPm30L09ImAaRCIWhavkgfBShtIuwGt +W8Lc+sHMpYl6gbJ1Cbz/K77AsCLdPpGOf+U5daEenteOKMB0V5BQOYNbnuHT4vDDwym vcq9czwAjCRRnJXV6AduGvO3dYCZE159WYnsBII2AieWOW1S1bQylbY+TUo/fq0NzHTm 8NW1jCRya3oN/3xOvLnzE1rG1t7moXva1sfbqvLYTqHqHUL2zSg3RunP3V15d+Vvb/FT t+wQ== X-Gm-Message-State: AOAM530wPxmnOVYwvp5bpQVof+5Mg+LuG4kvEaRKdRQtOBK+5+VsSNJp x/NTgAp+zvpWcUjyBoWhCFzDO6ji4MmrY0bW8ILCQ0P8S18= X-Google-Smtp-Source: ABdhPJwfTipVf38jTANY1muGyAYdVAdhnqRc1ILQj4sDuLS+YhFzBzcEAA14p9OQ36oN7A9RRZQxIkZDXDzBV0rWv2Q= X-Received: by 2002:a9d:3983:: with SMTP id y3mr723799otb.71.1600888820426; Wed, 23 Sep 2020 12:20:20 -0700 (PDT) MIME-Version: 1.0 References: <202009231254.08NCsbvl097012@repo.freebsd.org> <17915865-DF2F-473D-AB52-4C69D7DB706F@freebsd.org> In-Reply-To: <17915865-DF2F-473D-AB52-4C69D7DB706F@freebsd.org> From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Date: Wed, 23 Sep 2020 21:20:08 +0200 Message-ID: Subject: Re: svn commit: r366074 - in head/.github: . workflows To: Jessica Clarke Cc: Alex Richardson , Ed Maste , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BxSgV1671z4Cqp X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] 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 19:20:22 -0000 On Wed, Sep 23, 2020 at 4:33 PM Jessica Clarke wrote: > > On 23 Sep 2020, at 15:29, Ulrich Sp=C3=B6rlein 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 "workflo= w" > 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