From b2641ba01848d3a3e80966a9214c6f62bd31c015 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Thu, 18 Jan 2024 16:42:56 +0100 Subject: [PATCH] ci(lint): declare permissions because it complained --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0d81f06..6d9c1dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,6 +13,7 @@ on: # - cron: '0 6 * * *' workflow_dispatch: workflow_call: +permissions: read-all jobs: lint: uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main