Skip to content

Commit

Permalink
added write permission for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Mar 29, 2024
1 parent 9c59dbc commit acc1f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
Regression:

runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write

steps:
- name: Checkout git project
Expand Down

0 comments on commit acc1f30

Please sign in to comment.