From 2f272e48e66653dc5cadd6ab0a4680a05bc184c5 Mon Sep 17 00:00:00 2001 From: Legonzaur <34353603+Legonzaur@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:48:56 +0200 Subject: [PATCH 1/2] Update node.js.yml --- .github/workflows/node.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b135481..b33b036 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,9 +11,10 @@ on: jobs: build: - + runs-on: ubuntu-latest - + permissions: + id-token: write strategy: matrix: node-version: [18.x] @@ -32,5 +33,6 @@ jobs: uses: actions/upload-pages-artifact@v1.0.8 with: path: dist + - name: Deploy GitHub Pages site uses: actions/deploy-pages@v2.0.1 From 9b7bf03e1ca0bfd8a800106397485aaf07231a87 Mon Sep 17 00:00:00 2001 From: Legonzaur <34353603+Legonzaur@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:50:19 +0200 Subject: [PATCH 2/2] Update node.js.yml --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b33b036..163c447 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + pages: write strategy: matrix: node-version: [18.x]