From ee242100a47234c8a5b72f4833d0b9b0af16cbc0 Mon Sep 17 00:00:00 2001 From: Serapheim Dimitropoulos Date: Tue, 1 Sep 2020 08:41:34 -0700 Subject: [PATCH] Change automation token --- .github/workflows/sync-with-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-with-upstream.yml b/.github/workflows/sync-with-upstream.yml index 24eeb22..d3ec7ac 100644 --- a/.github/workflows/sync-with-upstream.yml +++ b/.github/workflows/sync-with-upstream.yml @@ -13,4 +13,4 @@ jobs: upstream-branch: master downstream-branch: master env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DEVOPS_AUTOMATION_TOKEN }}