File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : ' Release project'
11- uses : fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@v1
11+ uses : fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@4b8be0c79af46ddb5b4812025fccb6177e1979ce
1212 with :
13- appId : ${{ vars.RUNNER_APP_ID }}
13+ appId : ${{ vars.APP_ID }}
14+ runnerAppId : ${{ vars.RUNNER_APP_ID }}
1415 version-command : bash ./changeset-version.sh
1516 publish-command : bash ./changeset-publish.sh
1617 language : python
2122 pip install wheel
2223 pip install twine
2324 secrets :
24- APP_PRIVATE_KEY : ${{ secrets.RUNNER_APP_PRIVATE_KEY }}
25+ APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
26+ RUNNER_APP_PRIVATE_KEY : ${{ secrets.RUNNER_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments