Skip to content

Commit

Permalink
fix permssions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Nov 1, 2024
1 parent 0135f11 commit 28554dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
strategy:
matrix:
node-version: [22.x]
Expand Down

0 comments on commit 28554dc

Please sign in to comment.