From 4946d1d9dd01bc228aa610c666a38f3d7f7d1292 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 12 Aug 2024 23:28:38 +1000 Subject: [PATCH] chore: updated pipeline tokens --- .github/workflows/ci_cd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8e08775..56bd984 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -57,9 +57,8 @@ jobs: override: true - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4 with: - semantic_version: 18 extra_plugins: | @semantic-release/git @semantic-release/changelog @@ -103,7 +102,7 @@ jobs: - name: Update Homebrew formula if: steps.semantic.outputs.new_release_published == 'true' env: - HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }} + HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action"