Skip to content

Commit

Permalink
Add v0.8 of timestampit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rschultheis committed Aug 13, 2024
1 parent 58b54d8 commit 4979b93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/timestampit.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit 4979b93

Please sign in to comment.