Skip to content

feat: admin role support (#46) #52

feat: admin role support (#46)

feat: admin role support (#46) #52

Workflow file for this run

name: shuttle
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"
- name: Deploy using shuttle
uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
no-test: "true"