From 1768e00f1593fe4cce3179277852432881f58b69 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 31 Jan 2024 20:10:14 -0600 Subject: [PATCH] fix: add permissions --- .github/workflows/npm-gulp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml index c2b0298..154f5f8 100644 --- a/.github/workflows/npm-gulp.yml +++ b/.github/workflows/npm-gulp.yml @@ -6,6 +6,10 @@ on: pull_request: branches: [ "main" ] +permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout + jobs: build: runs-on: ubuntu-latest