File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ jobs:
110110 id : app-token
111111 uses : tibdex/github-app-token@v1
112112 with :
113- app_id : ${{ secrets.APP_ID }}
114- private_key : ${{ secrets.APP_PRIVATE_KEY }}
113+ app_id : ${{ secrets.PAPI_SDK_APP_ID }}
114+ installation_id : ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
115+ private_key : ${{ secrets.PAPI_SDK_PRIVATE_KEY }}
115116
116117 - name : Dispatch to ${{ matrix.repo }}
117118 uses : peter-evans/repository-dispatch@v2
@@ -151,8 +152,9 @@ jobs:
151152 id : app-token
152153 uses : tibdex/github-app-token@v1
153154 with :
154- app_id : ${{ secrets.APP_ID }}
155- private_key : ${{ secrets.APP_PRIVATE_KEY }}
155+ app_id : ${{ secrets.PAPI_SDK_APP_ID }}
156+ installation_id : ${{ secrets.PAPI_SDK_INSTALLATION_ID }}
157+ private_key : ${{ secrets.PAPI_SDK_PRIVATE_KEY }}
156158
157159 - name : Dispatch to ${{ matrix.repo }}
158160 uses : peter-evans/repository-dispatch@v2
You can’t perform that action at this time.
0 commit comments