Skip to content

Commit

Permalink
NOVABOT_TOKEN -> SKYRATBOT_TOKEN (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret authored Jan 4, 2024
1 parent 490f279 commit 61e91c5
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.NOVABOT_TOKEN || secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.SKYRATBOT_TOKEN || secrets.GITHUB_TOKEN }}

0 comments on commit 61e91c5

Please sign in to comment.