From 892c27553daa420fba4552f4e95391b8c0db3da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Perdiguero=20L=C3=B3pez?= Date: Tue, 31 Aug 2021 13:37:36 +0200 Subject: [PATCH] :construction_worker: Update CI secrets --- .github/workflows/ci_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_master.yaml b/.github/workflows/ci_master.yaml index 9fa22e3..2cb8ca9 100644 --- a/.github/workflows/ci_master.yaml +++ b/.github/workflows/ci_master.yaml @@ -60,6 +60,6 @@ jobs: name: Publish version run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}