diff options
author | 2023-10-05 18:29:36 +0800 | |
---|---|---|
committer | 2023-10-05 18:29:36 +0800 | |
commit | ec82e73efac65b948dbbebf8c44885ab08acd53a (patch) | |
tree | bb6461e12a86c880dae03d8d568e1b400cc0ac0f /.github/workflows/release.yml | |
parent | 584d6f068003c5f1d3cb6c04a69c7a33db0b4f11 (diff) | |
download | astro-ec82e73efac65b948dbbebf8c44885ab08acd53a.tar.gz astro-ec82e73efac65b948dbbebf8c44885ab08acd53a.tar.zst astro-ec82e73efac65b948dbbebf8c44885ab08acd53a.zip |
Fix provenance release (#8749)
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7161a0d0f..7fe7add2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,9 @@ jobs: name: Changelog PR or Release if: ${{ github.repository_owner == 'withastro' }} runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - uses: actions/checkout@v3 |