From 6904d1d80557c820d40711f9fe51ea299c61b368 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sun, 22 Mar 2020 21:25:59 +0600 Subject: [PATCH] [gh actions][xs]: change secret name. It is required as github doesn't allow underscore in the secret name. --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9bc90f0..a7bdb0a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -24,4 +24,4 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.gh }}