From e56a60b316a61f894e1dec8b7f568f9f6c74f60d Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Fri, 6 Dec 2024 14:37:25 +0800 Subject: [PATCH] Fixed release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571f5462..84e84cd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - ssh-key: ${{ secrets.MY_DEPLOY_KEY }} + token: ${{ secrets.MY_GITHUB_TOKEN }} # Use the secret as an environment variable - name: Prepare release body run: |