From 696a5f330521e16cbc1697278825491aa3d02500 Mon Sep 17 00:00:00 2001 From: Vassyli Date: Wed, 30 Dec 2020 17:23:15 +0100 Subject: [PATCH] Adds authentication steps to github workflow --- .github/workflows/update-package-index.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-package-index.yml b/.github/workflows/update-package-index.yml index 0c938f6..b85a381 100644 --- a/.github/workflows/update-package-index.yml +++ b/.github/workflows/update-package-index.yml @@ -15,6 +15,9 @@ jobs: with: php-version: '7.4' + - name: Set git credentials + run: git config --global user.name "Vassyli" && git config --global user.email "basilius.sauter+automated@gmail.com" && git config --global user.password "${{ secrets.GH_TOKEN }}" + - name: "Checkouts satis and packages" run: git clone https://github.com/composer/satis && git clone https://github.com/lotgd/packages