From 5de2199c2f2f0948cbdc8815336e8fe20ba4aa35 Mon Sep 17 00:00:00 2001 From: JunsongDu Date: Tue, 5 Sep 2023 11:18:52 +0200 Subject: [PATCH] chore: update token --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index cfeb2b51..dac9f423 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -19,4 +19,4 @@ jobs: uses: relekang/python-semantic-release@master with: directory: ./app/Entirety - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.CI_TOKEN }}