Skip to content

Commit

Permalink
fix: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlavi committed Feb 1, 2024
1 parent 3747402 commit 1768e00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1768e00

Please sign in to comment.