fix: workflow fixes and vanitygen rebrand

Workflows:
- lock.yml: GH_PAT_BOT → github.token
- chain-endpoints.yml: repo name polkadot-js/apps → pezkuwichain/pezkuwi-apps
- test-nightly.yml: add 120min timeout
- auto-approve.yml: update token and authors
- auto-merge.yml: update token

Dependencies:
- @polkadot/vanitygen → @pezkuwi/vanitygen
This commit is contained in:
github-actions[bot]
2026-01-22 15:42:45 +03:00
parent 9a2dca4b03
commit 0dfd378e2e
7 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ jobs:
checks: pr (build:code),pr (build:i18n),pr (build:electron),pr (lint),pr (test)
labels: -auto
strategy: squash
token: ${{ secrets.GH_PAT_BOT }}
token: ${{ github.token }}