We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a069b commit 4ae6c67Copy full SHA for 4ae6c67
1 file changed
.github/workflows/bohr.yml
@@ -0,0 +1,13 @@
1
+name: bohr.io deploy
2
+on:
3
+ push:
4
+ repository_dispatch:
5
+ types: [bohr-dispatch]
6
+permissions: write-all
7
+jobs:
8
+ deploy:
9
+ name: Deploy on bohr.io
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v3
13
+ - uses: bohr-io/action@main
0 commit comments