diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c5ceab4..dbd3e58 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -213,5 +213,4 @@ jobs: artifactErrorsFailBuild: true artifacts: "release/entrypoint,release/user-mirror" generateReleaseNotes: true - name: Release ${{ env.RELEASE_VERSION }} - token: ${{ secrets.PAT }} \ No newline at end of file + name: Release ${{ env.RELEASE_VERSION }} \ No newline at end of file