summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2024-12-13 14:47:51 +0100
committerGitHub2024-12-13 14:47:51 +0100
commitcb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2 (patch)
tree435c84485ad2003f02cadbdf57e881b905c40640
parent62ff0074d9a3f82e46f5c62db85c04d87ff5e931 (diff)
downloadIT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.tar.gz
IT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.tar.bz2
IT.starlight-cb3cb21f12ccd7c2bd9eb86bed65cd8096dc18e2.zip
Fix release workflow permissions (#2665)
-rw-r--r--.github/workflows/release.yml2
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