diff --git a/.github/workflows/timestampit.yml b/.github/workflows/timestampit.yml new file mode 100644 index 0000000..d67aa9a --- /dev/null +++ b/.github/workflows/timestampit.yml @@ -0,0 +1,16 @@ +name: Create Signed Timestamp + +on: + push: + branches: + - main + +permissions: + contents: write + +jobs: + timestampit: + runs-on: ubuntu-latest + name: "Create a trusted timestamp for this repo" + steps: + - uses: timestampit/github_action@v0.8