From 9b3e9138818e786488a18a85d998f8a3400075c0 Mon Sep 17 00:00:00 2001 From: Max Metral Date: Sat, 21 Oct 2023 23:24:59 -0400 Subject: [PATCH] fix(ci): add perms to job --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 11f0efb..54bc533 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -33,7 +33,7 @@ jobs: if: github.ref == 'refs/heads/main' && github.event_name == 'push' runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v3