Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maceip authored Jun 29, 2024
1 parent fb0eb37 commit ba4d3b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: on release hook
on:
create:
branches:
- 'release/*'
workflow_dispatch:

permissions:
attestations: write
contents: read
id-token: write

jobs:
create-gramine-attestation:
uses: maceip/tlsn/.github/workflows/gramine-report.yml@sgx-attest
secrets: inherit

0 comments on commit ba4d3b5

Please sign in to comment.