From fa667ad6e2d8c06259808fe018627ac29710a942 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 27 Aug 2019 23:06:33 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db3357b328..4e696fc9ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: run: git commit -m "Generated grouped playlists" - name: "git remote set-url origin" - run: git remote set-url origin https://${GITHUB_ACTOR}:${secrets.GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git + run: git remote set-url origin https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git - name: "git push origin master" run: git push origin master