diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49f6086..c618789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,9 +8,8 @@ jobs: build-and-release: # Don't forget to configure production environment after repository is made public to require approval before triggering! name: 'Build project, run CI checks and publish new release' - uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@6ca15a6232c8cd448affa8b61e110e5ef7528d1e + uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@07acac27bda3c9a44ffa0c30a6266a1e0e8a28d3 secrets: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} - GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }} NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}