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 d6bebf9 + 61c15c3 commit 4dad2a6Copy full SHA for 4dad2a6
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
name: 'Build project, run CI checks and publish new release'
11
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
12
with:
13
- appId: ${{ secrets.APP_ID }}
+ appId: ${{ vars.APP_ID }}
14
secrets:
15
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
16
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments