Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: add GitHub token permissions for workflows
Signed-off-by: Varun Sharma <[email protected]>
  • Loading branch information
varunsh-coder committed Jul 10, 2022
commit c55d8271dce06ff01d279a46978fecf68bd161ec
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