| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ name: test-alpine | |||
| 2 | 2 | ||
| 3 | 3 | on: [push, pull_request, workflow_dispatch] | |
| 4 | 4 | ||
| 5 | + permissions: | ||
| 6 | + contents: read | ||
| 7 | + | ||
| 5 | 8 | jobs: | |
| 6 | 9 | test: | |
| 7 | 10 | runs-on: ubuntu-latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ name: test-cygwin | |||
| 2 | 2 | ||
| 3 | 3 | on: [push, pull_request, workflow_dispatch] | |
| 4 | 4 | ||
| 5 | + permissions: | ||
| 6 | + contents: read | ||
| 7 | + | ||
| 5 | 8 | jobs: | |
| 6 | 9 | test: | |
| 7 | 10 | runs-on: windows-latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ name: Lint | |||
| 2 | 2 | ||
| 3 | 3 | on: [push, pull_request, workflow_dispatch] | |
| 4 | 4 | ||
| 5 | + permissions: | ||
| 6 | + contents: read | ||
| 7 | + | ||
| 5 | 8 | jobs: | |
| 6 | 9 | lint: | |
| 7 | 10 | runs-on: ubuntu-latest | |
| Back | FazBrowse Home | New Git URL |
0 commit comments