Skip to content

Commit

Permalink
Merge pull request #54 from fingerprintjs/feature/reset-prerelease
Browse files Browse the repository at this point in the history
chore: add resetting prerelease branch workflow
  • Loading branch information
sshelomentsev authored Mar 27, 2024
2 parents dc600c1 + 7107a7b commit 438a583
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reset-prerelease-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Reset Prerelease Branch
on:
workflow_dispatch:

jobs:
reset-feature-branch:
uses: fingerprintjs/dx-team-toolkit/.github/workflows/reset-prerelease-branch.yml@v1
with:
branch_name: 'dev'
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 438a583

Please sign in to comment.