Fix provenance release (#8749)

This commit is contained in:
Bjorn Lu 2023-10-05 18:29:36 +08:00 committed by GitHub
parent 584d6f0680
commit ec82e73efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,9 @@ jobs:
name: Changelog PR or Release name: Changelog PR or Release
if: ${{ github.repository_owner == 'withastro' }} if: ${{ github.repository_owner == 'withastro' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -44,5 +44,8 @@
}, },
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"
},
"publishConfig": {
"provenance": true
} }
} }