mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 03:07:56 +00:00
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:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
endpoints:
|
||||
if: github.repository == 'polkadot-js/apps'
|
||||
if: github.repository == 'pezkuwichain/pezkuwi-apps'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
filename: .github/chain-endpoints.md
|
||||
update_existing: true
|
||||
|
||||
Reference in New Issue
Block a user