From 0ba94e5635b60024166935160b9374ee2eda26d3 Mon Sep 17 00:00:00 2001 From: mkeller3 Date: Wed, 20 Nov 2024 19:38:00 -0600 Subject: [PATCH] fix: add token for pipeline --- .github/workflows/semantic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index d6811b0..540c6b3 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -16,6 +16,8 @@ jobs: - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 + env: + GITHUB_TOKEN: $${{ secrets.GITHUB_TOKEN } with: extends: |