Skip to content

Commit

Permalink
Update auto_changelog.yml (#12934)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiviPlus authored May 9, 2023
1 parent 2122aa2 commit 7d4f623
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.COMFY_ORANGE_PAT || secrets.GITHUB_TOKEN }}
github-token: ${{secrets.GITHUB_TOKEN }}

0 comments on commit 7d4f623

Please sign in to comment.