summaryrefslogtreecommitdiff
path: root/.github/workflows/website.yml
diff options
context:
space:
mode:
authorAlex <aleksandrosansan@gmail.com>2022-09-25 17:24:06 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-11-30 23:18:14 -0500
commit9074ad93c6675cdb603b85d85a8090100058f81b (patch)
tree28ae7974a9e10482ef60859f90785afbb2f1835d /.github/workflows/website.yml
parentfae24d86f58ee178e1c344c99405e1a89dfd8964 (diff)
downloadmeson-9074ad93c6675cdb603b85d85a8090100058f81b.tar.gz
build: harden workflow permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
Diffstat (limited to '.github/workflows/website.yml')
-rw-r--r--.github/workflows/website.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 3fac07f58..3b1d517a1 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -19,6 +19,9 @@ on:
types:
- published
+permissions:
+ contents: write # for release creation (svenstaro/upload-release-action)
+
# This job is copy/paster into wrapdb CI, please update it there when doing any
# change here.
jobs: