Skip to content

Commit a3296e7

Browse files
committed
Remove all permissions since the repo is public
1 parent 76fb778 commit a3296e7

10 files changed

+10
-10
lines changed

.github/workflows/close-inactive-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
schedule:
44
- cron: "30 1 * * *"
55
workflow_dispatch:
6-
permissions: read-all
6+
permissions: {}
77
jobs:
88
close-issues:
99
runs-on: ubuntu-latest

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
schedule:
1414
- cron: '0 19 * * 3'
1515

16-
permissions: read-all
16+
permissions: {}
1717

1818
env:
1919
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches:
1212
- '**'
1313

14-
permissions: read-all
14+
permissions: {}
1515

1616
env:
1717
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/gradle-dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77

8-
permissions: read-all
8+
permissions: {}
99

1010
jobs:
1111
dependency-submission:

.github/workflows/label-opened-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
issues:
44
types:
55
- opened
6-
permissions: read-all
6+
permissions: {}
77
jobs:
88
label_issues:
99
runs-on: ubuntu-latest

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches:
1212
- '**'
1313

14-
permissions: read-all
14+
permissions: {}
1515

1616
env:
1717
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ "main" ]
99

10-
permissions: read-all
10+
permissions: {}
1111

1212
jobs:
1313
analysis:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: false
1616
default: false
1717

18-
permissions: read-all
18+
permissions: {}
1919

2020
env:
2121
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/reproducible-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- '**'
1111

12-
permissions: read-all
12+
permissions: {}
1313

1414
env:
1515
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/sanitize-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
issues:
44
types:
55
- closed
6-
permissions: read-all
6+
permissions: {}
77
jobs:
88
label_issues:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)