Skip to content

Commit

Permalink
chore: use github app for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Mar 13, 2024
1 parent bb8590a commit 868f199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
GH_RELEASE_TOKEN: ${{ needs.collect-token.outputs.gh_release_token }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 868f199

Please sign in to comment.