Skip to content

Commit

Permalink
it creates a action for a nightly release
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Sep 3, 2024
1 parent 50abb65 commit c0b06d9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Nightly Release

on:
schedule:
- cron: "0 0 * * *" # Runs at midnight every day

concurrency: nightly-release

jobs:
nightly-release:
name: Nightly release
uses: sigstore/community/.github/workflows/reusable-release.yml@main
permissions:
id-token: write
contents: read
with:
release_tag: nightly-latest
key_ring: ${{ github.event.inputs.key_ring }}
key_name: ${{ github.event.inputs.key_name }}
workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-fulcio'
service_account: 'github-actions-fulcio@projectsigstore.iam.gserviceaccount.com'
repo: 'fulcio'

0 comments on commit c0b06d9

Please sign in to comment.