Skip to content

Commit

Permalink
fix: Rename gh token prop
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent b0a4995 commit 458b215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/changelog-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:

release:
needs: [ prebuild ]
if: github.event_name != 'pull_request'
uses: ./.github/workflows/release.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: github.event_name != 'pull_request'
id: generate_changelog
env:
github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
with:
semantic_version: 23.0.2
extra_plugins: |
Expand Down

0 comments on commit 458b215

Please sign in to comment.