diff options
author | Chris Swithinbank | 2024-12-13 14:47:51 +0100 |
---|---|---|
committer | GitHub | 2024-12-13 14:47:51 +0100 |
commit | cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2 (patch) | |
tree | 435c84485ad2003f02cadbdf57e881b905c40640 | |
parent | 62ff0074d9a3f82e46f5c62db85c04d87ff5e931 (diff) | |
download | IT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.tar.gz IT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.tar.bz2 IT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.zip |
Fix release workflow permissions (#2665)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdca8a2b..eb4a7cce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.repository_owner == 'withastro' }} runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - name: Checkout Repo |