diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index f967b4ef7..1c193a2af 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -8,7 +8,7 @@ on: jobs: release: - runs-on: windows-latest-l + runs-on: windows-latest if: ${{ !contains(github.event.head_commit.message, 'chore(release)') }} permissions: contents: write # to be able to publish a GitHub release @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + persist-credentials: false - name: Setup node uses: actions/setup-node@v4 @@ -36,4 +38,4 @@ jobs: - name: Semantic release run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BLIBLA_SEMANTIC_RELEASE }}