We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64c9e5c + 39163f1 commit d6bebf9Copy full SHA for d6bebf9
.github/workflows/release.yml
@@ -8,8 +8,9 @@ jobs:
8
build-and-release:
9
# Don't forget to configure production environment after repository is made public to require approval before triggering!
10
name: 'Build project, run CI checks and publish new release'
11
- uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@07acac27bda3c9a44ffa0c30a6266a1e0e8a28d3
+ uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
12
+ with:
13
+ appId: ${{ secrets.APP_ID }}
14
secrets:
- APP_ID: ${{ secrets.APP_ID }}
15
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
16
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments