Skip to content

feat(deashboard): remove my stamps (#2672) #732

feat(deashboard): remove my stamps (#2672)

feat(deashboard): remove my stamps (#2672) #732

Workflow file for this run

name: Deploy App to Review
on:
push:
branches: [main]
jobs:
deploy-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout review-app
run: |
git fetch
git checkout -b review-app origin/review-app
git reset --hard origin/main
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/gitcoinco/passport.git
git push origin review-app -f