Skip to content

Commit

Permalink
Fixes Compile Changelog by making it use GITHUB_TOKEN instead of a se…
Browse files Browse the repository at this point in the history
…cret token (#136)
  • Loading branch information
GoldenAlpharex authored and Iajret committed Dec 28, 2023
1 parent 5dc1d89 commit f2aa7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
if: steps.value_holder.outputs.ACTIONS_ENABLED
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SKYRATBOT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f2aa7e8

Please sign in to comment.