diff options
| author | Tom Carrick <tom@carrick.eu> | 2023-12-13 19:38:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 15:38:59 -0300 |
| commit | 0eaad0bb593512bedbc96e52bdcf03213d691ab3 (patch) | |
| tree | 2f0ed5f55da8f4b9c50a83ee4b1d88de92a11892 /.github | |
| parent | 8fa7c2ae88aee7a2b54a745d25ed38152aad2591 (diff) | |
Removed unnecessary write permission from screenshots Github workflow.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/screenshots.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index b372a9bfac..231374a66f 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -12,7 +12,6 @@ concurrency: permissions: contents: read - pull-requests: write jobs: selenium-screenshots: |
