diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50336089a..2a04ddd23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,6 +127,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.GH_BOT_TOKEN }} + persist-credentials: false - uses: './.github/actions/release' with: gh_token: ${{ secrets.GH_BOT_TOKEN }}