Skip to content

Commit 49ff54b

Browse files
authored
fix: chainspecs workflow (#2406)
1 parent bddcf6e commit 49ff54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-chain-specs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
id: gen_token
7474
uses: actions/create-github-app-token@v1
7575
with:
76-
app-id: ${{ secrets.PR_APP_ID }}
77-
private-key: ${{ secrets.PR_APP_KEY }}
76+
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
77+
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}
7878
owner: ${{ github.repository_owner }}
7979
- uses: actions/checkout@v4.1.7
8080
with:

0 commit comments

Comments
 (0)