From 28172cceed14b58170de75c61764d37c7ec95639 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Sun, 15 Oct 2023 17:08:11 -0700 Subject: [PATCH] contents read permission --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8729d8..821e0d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,9 +20,13 @@ jobs: name: Continuous Integration runs-on: ubuntu-latest permissions: + contents: read packages: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Cache node modules id: cache