mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-28 02:58:26 +00:00
build: harden github-pages.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
@@ -4,8 +4,12 @@ on:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
permissions: {}
|
||||
jobs:
|
||||
github-pages:
|
||||
permissions:
|
||||
contents: write # to push pages branch (peaceiris/actions-gh-pages)
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user