Skip to content

Commit d7e828d

Browse files
authored
Fix missing top level permission (#4034)
1 parent d9ac8d1 commit d7e828d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cleanup-old-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches: [ "master" ]
1111

12+
# Declare default permissions as read only.
13+
permissions: read-all
14+
1215
jobs:
1316
clean-up-old-packages:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)