matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 1f4931bc1e6156a3ad7e87f7b8683e3ff53a1e8e
parent 08930d8fb2ee7b62cd2de6773ee03491506e2e13
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  7 Feb 2022 17:49:47 +0100

Fix token permissions in spell-check.yml

Diffstat:
M.github/workflows/spell-check.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml @@ -5,8 +5,13 @@ on: - "main" pull_request: +# Declare default permissions as read only. +permissions: read-all + jobs: run: + permissions: + contents: read # for actions/checkout to fetch code name: Spell Check with Typos runs-on: ubuntu-latest steps: