diff --git a/.github/workflows/bohr.yml b/.github/workflows/bohr.yml new file mode 100644 index 0000000..edcfd89 --- /dev/null +++ b/.github/workflows/bohr.yml @@ -0,0 +1,13 @@ +name: bohr.io deploy +on: + push: + repository_dispatch: + types: [bohr-dispatch] +permissions: write-all +jobs: + deploy: + name: Deploy on bohr.io + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: bohr-io/action@main \ No newline at end of file