From 613e5cc823d584b5731fdf719b751ab14ca857b2 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:03:43 -0700 Subject: [PATCH] ci: provide tokens to semantic-release --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0b66c8c58..4b483145d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -46,4 +46,7 @@ jobs: publish_dir: playground full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}" - name: semantic-release + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx --no -- semantic-release