diff options
| author | Alex <aleksandrosansan@gmail.com> | 2022-09-25 17:24:06 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-11-30 23:18:14 -0500 |
| commit | 9074ad93c6675cdb603b85d85a8090100058f81b (patch) | |
| tree | 28ae7974a9e10482ef60859f90785afbb2f1835d /.github/workflows/website.yml | |
| parent | fae24d86f58ee178e1c344c99405e1a89dfd8964 (diff) | |
| download | meson-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.yml | 3 |
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: |
