Skip to content

Commit

Permalink
Обновление ключей для workflows. Потому что да. (#1496)
Browse files Browse the repository at this point in the history
* Update compile_changelogs.yml

* Update update_tgs_dmapi.yml
  • Loading branch information
Iajret authored Jan 8, 2024
1 parent b1b7200 commit f5db3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.NOVABOT_TOKEN ||secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SKYRATBOT_TOKEN ||secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update_tgs_dmapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
pr_body: "This pull request updates the TGS DMAPI to the latest version. Please note any changes that may be breaking or unimplemented in your codebase by checking what changes are in the definitions file: code/__DEFINES/tgs.dm before merging."
pr_label: "Tools"
pr_allow_empty: false
github_token: ${{ secrets.NOVABOT_TOKEN }}
github_token: ${{ secrets.SKYRATBOT_TOKEN }}

0 comments on commit f5db3fa

Please sign in to comment.