diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-01 11:11:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 11:11:32 -0500 |
| commit | 7ac040833025bf234dec485ddaa6c459b25d2196 (patch) | |
| tree | 82f036bd96100575ab17d1616b55d54b5d21a1df /.github/workflows/ci.yml | |
| parent | 878384aefaafacb2dc875ba1d7ea9d4af01d2cf0 (diff) | |
ci: actually fix workflow permissions (#22644)
Also adds a lint to ensure this file is kept up to date.
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17157ce5b..b36195beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ # GENERATED BY ./ci.generate.ts -- DO NOT DIRECTLY EDIT name: ci +permissions: + contents: write on: push: branches: |
