diff --git a/.github/workflows/generate_changelog.yml b/.github/workflows/generate_changelog.yml index 80e4482..0886e26 100644 --- a/.github/workflows/generate_changelog.yml +++ b/.github/workflows/generate_changelog.yml @@ -14,4 +14,12 @@ jobs: steps: - name: Changelog uses: scottbrenner/generate-changelog-action@master - id: Changelog + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} + body: | + ${{ steps.Changelog.outputs.changelog }} + draft: false + prerelease: false \ No newline at end of file diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 79da0c1..08fe815 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named