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