Skip to content

Commit

Permalink
Use a PAT to create releases and tags (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage authored Oct 25, 2024
1 parent bab7821 commit 6bec5a2
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 @@ -478,14 +478,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-blocks-docs
Expand Down

0 comments on commit 6bec5a2

Please sign in to comment.