Skip to content

Commit

Permalink
chore: updated pipeline tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Aug 12, 2024
1 parent d805fef commit 4946d1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 "[email protected]"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 4946d1d

Please sign in to comment.