From 81ecf6f51779ae2b7eed125906e78d178d802fa0 Mon Sep 17 00:00:00 2001 From: Russell Date: Tue, 15 Oct 2019 10:46:47 -0700 Subject: [PATCH] Trying different credentials --- .github/workflows/Continuous_Delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Continuous_Delivery.yml b/.github/workflows/Continuous_Delivery.yml index 9d1c31678..0b6047ce6 100644 --- a/.github/workflows/Continuous_Delivery.yml +++ b/.github/workflows/Continuous_Delivery.yml @@ -25,6 +25,6 @@ jobs: env: MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }} - name: Deploy - run: git config --global user.email "github_actions@hackforla.org" && git config --global user.name "GITHUB BOI" && npm run deploy + run: git config --global user.email "sell_nat@yahoo.com" && git config --global user.name "RussellCI" && npm run deploy env: MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}