Skip to content

Commit

Permalink
add bohr.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Jul 4, 2023
1 parent e02fa53 commit 878755d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bohr.yml
Original file line number Diff line number Diff line change
@@ -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

1 comment on commit 878755d

@vercel
Copy link

@vercel vercel bot commented on 878755d Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.