Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Jan 20, 2025
1 parent 385d38c commit 7706e71
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-safari.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build for Safari

permissions:
contents: read

on: [push, pull_request]

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build

permissions:
contents: read

on: [push, pull_request]

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: License

permissions:
contents: read

on:
push:
tags:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Submit Chrome and Firefox

permissions:
contents: read

on:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test

permissions:
contents: read

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit 7706e71

Please sign in to comment.