Skip to content

Commit

Permalink
Add read permissions to Node.js CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark authored Oct 23, 2024
1 parent 855e98a commit 1cef1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Node.js CI
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1cef1bc

Please sign in to comment.