Skip to content

Commit

Permalink
ci: try to add attest-build-provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 16, 2024
1 parent 38711d5 commit 359dcf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/boilerplate-ci-entry.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file serves as a boilerplate template rather than an end-application script.
# The final application is likely to delete this file and use `ci.yml` as the entry point.

name: Run entry ci.yml for each vite starter template
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -32,6 +33,10 @@ jobs:
with:
renderer-template: ${{ matrix.renderer-template }}
distribution-channel: ${{ matrix.renderer-template }}
permissions:
contents: write
id-token: write
attestations: write
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This workflow is the entry point for all CI processes.
# It is from here that all other workflows are launched.
name: Entry CI
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 359dcf2

Please sign in to comment.