Skip to content

Commit

Permalink
adding correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark committed Oct 23, 2024
1 parent 5c6e9ae commit 07ac375
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Node CI

on: push

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [created]

permissions:
contents: read
id-token: write

jobs:
Expand Down

0 comments on commit 07ac375

Please sign in to comment.