From c6a6dc46dd2bc09e933e6424c924d2f5cbfe6a40 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sun, 24 Dec 2023 12:59:35 -0700 Subject: [PATCH] ci: change token name and update token --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713388a..b92548c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: id: changelog uses: TriPSs/conventional-changelog-action@v4 with: - github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + github-token: ${{ secrets.GH_PERSONAL_TOKEN }} skip-version-file: "true" pre-commit: bin/pre-commit.js @@ -70,6 +70,6 @@ jobs: - name: Update Homebrew formula uses: dawidd6/action-homebrew-bump-formula@v3 with: - token: ${{secrets.PERSONAL_ACCESS_TOKEN}} + token: ${{secrets.GH_PERSONAL_TOKEN}} tap: iloveitaly/homebrew-tap livecheck: true