diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml new file mode 100644 index 0000000..8f6b87f --- /dev/null +++ b/.github/workflows/star-history.yml @@ -0,0 +1,14 @@ +name: star-history + +on: + push: + tags: + - star-history + +jobs: + build: + uses: dtolnay/install/.github/workflows/build.yml@master + with: + crate: star-history + secrets: + private_key: ${{secrets.private_key}}