We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddcf6e commit 49ff54bCopy full SHA for 49ff54b
.github/workflows/update-chain-specs.yml
@@ -73,8 +73,8 @@ jobs:
73
id: gen_token
74
uses: actions/create-github-app-token@v1
75
with:
76
- app-id: ${{ secrets.PR_APP_ID }}
77
- private-key: ${{ secrets.PR_APP_KEY }}
+ app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
+ private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}
78
owner: ${{ github.repository_owner }}
79
- uses: actions/checkout@v4.1.7
80
0 commit comments