Skip to content

Commit

Permalink
Use PAT to create releases and tags (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage authored Oct 25, 2024
1 parent 44e8b67 commit 1b7d63b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7d63b

Please sign in to comment.