From 4213cfd85bde480df539be9646bc8ef2008d68eb Mon Sep 17 00:00:00 2001 From: cristianpb Date: Sun, 7 Apr 2024 08:33:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20github=20token=20to=20push?= =?UTF-8?q?=20new=20version=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd8496e..847ff4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,6 +110,8 @@ jobs: git add package.json package-lock.json pyproject.toml git commit -m "⬆ Upgrade package version files" git push origin HEAD:master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} releasing: name: Publish release