Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflows (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Sharma <[email protected]>
  • Loading branch information
varunsh-coder authored Jul 11, 2022
1 parent 49a45a9 commit 69708c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Browsers

on: [push, pull_request]

permissions:
contents: read

jobs:
build:
name: Browsers
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bundlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Bundlers

on: [push, pull_request]

permissions:
contents: read

jobs:
build:
name: Bundlers
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Node.js

on: [push, pull_request]

permissions:
contents: read

jobs:
build:
name: Node.js
Expand Down

0 comments on commit 69708c7

Please sign in to comment.