Skip to content

Commit

Permalink
Attempts to fix autochangelog (#135)
Browse files Browse the repository at this point in the history
* Attempts to fix changelog

* temporary, for test

* Update auto_changelog.yml
  • Loading branch information
vinylspiders authored and Iajret committed Dec 28, 2023
1 parent f3c798d commit 5dc1d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
script: |
const { processAutoChangelog } = await import('${{ github.workspace }}/tools/pull_request_hooks/autoChangelog.js')
await processAutoChangelog({ github, context })
github-token: ${{ secrets.SKYRATBOT_TOKEN || secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.NOVABOT_TOKEN || secrets.GITHUB_TOKEN }}

0 comments on commit 5dc1d89

Please sign in to comment.