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 8
8
jobs :
9
9
release :
10
10
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
12
12
with :
13
- appId : ${{ vars.RUNNER_APP_ID }}
13
+ appId : ${{ vars.APP_ID }}
14
+ runnerAppId : ${{ vars.RUNNER_APP_ID }}
14
15
version-command : bash ./changeset-version.sh
15
16
publish-command : bash ./changeset-publish.sh
16
17
language : python
21
22
pip install wheel
22
23
pip install twine
23
24
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