diff --git a/.github/workflows/reindeer.yml b/.github/workflows/reindeer.yml new file mode 100644 index 0000000..cbada03 --- /dev/null +++ b/.github/workflows/reindeer.yml @@ -0,0 +1,16 @@ +name: reindeer + +on: + push: + branches: + - reindeer + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: reindeer + git: facebookincubator/reindeer + permissions: + contents: write + secrets: inherit