From 22aaa67a5335be324abb87fa4bdd3a28f43c785b Mon Sep 17 00:00:00 2001 From: Pomax Date: Sun, 7 Jun 2020 16:32:14 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a94c231..b4c74c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,5 +70,3 @@ jobs: git add -A git commit -m "Automated build" git push origin ci-test - with: - github_token: ${{ secrets.GITHUB_TOKEN }}