Skip to content

Commit

Permalink
Merge pull request #60 from fingerprintjs/ci/add-reset-branch-action
Browse files Browse the repository at this point in the history
ci: add reset test branch action
  • Loading branch information
TheUnderScorer authored Mar 27, 2024
2 parents 7182456 + c4cde10 commit e94eea9
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 e94eea9

Please sign in to comment.