Skip to content

Commit 4dad2a6

Browse files
authored
Merge pull request #38 from fingerprintjs/try-app-for-release-approach
Use var for app_id instead of secret
2 parents d6bebf9 + 61c15c3 commit 4dad2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: 'Build project, run CI checks and publish new release'
1111
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
1212
with:
13-
appId: ${{ secrets.APP_ID }}
13+
appId: ${{ vars.APP_ID }}
1414
secrets:
1515
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
1616
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)