From 1beda55f27644d48293086ee8966bc545535611a Mon Sep 17 00:00:00 2001 From: ppetzold Date: Sat, 27 Jun 2020 20:46:05 +0200 Subject: [PATCH] Restore semantic release env vars --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9edd317..3fbeff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,3 +26,6 @@ jobs: - run: bash <(curl -s https://codecov.io/bash) - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}