From 1b7d63b2f219b7ad1d91f4728831cda0a43a9e53 Mon Sep 17 00:00:00 2001 From: Mike Miller <87874+mikeage@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:45:00 +0300 Subject: [PATCH] Use PAT to create releases and tags (#782) --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 431c04255a..9df621fda3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -801,14 +801,13 @@ jobs: - name: Publish uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: ${{ steps.changelog.outputs.changelog }} prerelease: ${{ needs.configuration.outputs.prerelease }} target_commitish: ${{ needs.configuration.outputs.currentrelease }} tag_name: ${{ needs.configuration.outputs.version }} files: releases/* + token: ${{ secrets.RELEASE_TOKEN }} publish_gitbook: name: Publish changelog from last major build to open-brush-docs