Skip to content

Commit

Permalink
set token
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 6, 2024
1 parent 0f26ac8 commit 0283f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate Changelog
env:
GH_TOKEN: ${{ github.token }}
CHANGELOG_GITHUB_TOKEN: ${{ github.token }}
run: bundle exec github_changelog_generator --user ${{ github.repository_owner }} --project "gha-test-repo" --since-tag ${{ steps.get-previous-tag.outputs.previous_tag }} --future-release ${{ github.ref_name }} --output build/changelog.md

- name: Create Release
Expand Down

0 comments on commit 0283f73

Please sign in to comment.