Skip to content

Commit d6bebf9

Browse files
authored
Merge pull request #37 from fingerprintjs/try-app-for-release-approach
chore: appId now an input, not secret
2 parents 64c9e5c + 39163f1 commit d6bebf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
build-and-release:
99
# Don't forget to configure production environment after repository is made public to require approval before triggering!
1010
name: 'Build project, run CI checks and publish new release'
11-
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@07acac27bda3c9a44ffa0c30a6266a1e0e8a28d3
11+
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
12+
with:
13+
appId: ${{ secrets.APP_ID }}
1214
secrets:
13-
APP_ID: ${{ secrets.APP_ID }}
1415
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
1516
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)