Skip to content

Commit d45f086

Browse files
committed
Work with reduced permissions
1 parent dace56f commit d45f086

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/bloat-check.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ on:
2020
permissions:
2121
issues: write
2222
pull-requests: write
23-
actions: write
24-
attestations: write
25-
checks: write
26-
contents: write
27-
deployments: write
28-
discussions: write
29-
models: read
30-
packages: write
31-
pages: write
32-
repository-projects: write
33-
security-events: write
34-
statuses: write
23+
# actions: write
24+
# attestations: write
25+
# checks: write
26+
# contents: write
27+
# deployments: write
28+
# discussions: write
29+
# models: read
30+
# packages: write
31+
# pages: write
32+
# repository-projects: write
33+
# security-events: write
34+
# statuses: write
3535

3636
concurrency:
3737
group: ${{ github.workflow }}
@@ -60,7 +60,6 @@ jobs:
6060
run: |
6161
python .github/scripts/memory/gh_report.py \
6262
--verbose \
63-
--log-level debug \
6463
--report-increases 0.2 \
6564
--report-pr \
6665
--github-comment \

0 commit comments

Comments
 (0)