Skip to content

Commit

Permalink
Merge pull request #38 from fingerprintjs/try-app-for-release-approach
Browse files Browse the repository at this point in the history
Use var for app_id instead of secret
  • Loading branch information
ilfa authored Mar 11, 2024
2 parents d6bebf9 + 61c15c3 commit 4dad2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
with:
appId: ${{ secrets.APP_ID }}
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 4dad2a6

Please sign in to comment.