Skip to content

Commit

Permalink
Merge pull request #25 from fingerprintjs/chore/reset-branch
Browse files Browse the repository at this point in the history
ci: add reset branch action
  • Loading branch information
TheUnderScorer authored Mar 26, 2024
2 parents 1f8a9bd + 73572c3 commit 01466d0
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: 'test'
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 01466d0

Please sign in to comment.