From bc3ee93941d3fcb24540e12df5263b0a180154dc Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Fri, 1 Mar 2024 17:07:20 +0000 Subject: [PATCH] fix actions workflows 2: electric boogaloo --- .github/workflows/check-dist.yml | 1 + .github/workflows/ci.yml | 1 + .github/workflows/codeql-analysis.yml | 1 + .github/workflows/linter.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index c2146b0..986e233 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -17,6 +17,7 @@ on: permissions: contents: read + packages: read jobs: check-dist: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 438b509..c43fd95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: permissions: contents: read + packages: read jobs: test-typescript: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e452558..36c2b05 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,6 +22,7 @@ jobs: checks: write contents: read security-events: write + packages: read strategy: fail-fast: false diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index de44299..210dc6f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,6 +11,7 @@ on: permissions: contents: read statuses: write + packages: read jobs: lint: