Spaces:
Running
Running
Luc Georges
commited on
fix(ci): remove unnecessary permissions (#1260)
Browse files
.github/workflows/trufflehog.yml
CHANGED
@@ -3,12 +3,6 @@ on:
|
|
3 |
|
4 |
name: Secret Leaks
|
5 |
|
6 |
-
permissions:
|
7 |
-
contents: read
|
8 |
-
id-token: write
|
9 |
-
issues: write
|
10 |
-
pull-requests: write
|
11 |
-
|
12 |
jobs:
|
13 |
trufflehog:
|
14 |
runs-on: ubuntu-latest
|
|
|
3 |
|
4 |
name: Secret Leaks
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
jobs:
|
7 |
trufflehog:
|
8 |
runs-on: ubuntu-latest
|