Skip to content

Commit 88611fd

Browse files
committed
chore: use GH runner app to create changesets PR and app with more privileges to publish
1 parent 331509b commit 88611fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
jobs:
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
@@ -21,4 +22,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)