Skip to content

Commit 407954d

Browse files
authored
[BRE-1300] Adding a permissions block (#545)
1 parent a36a8ef commit 407954d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- cron: "0 0 * * *"
66
workflow_dispatch:
77

8+
permissions: {}
9+
810
defaults:
911
run:
1012
shell: bash
@@ -13,6 +15,9 @@ jobs:
1315
delete:
1416
name: Cleanup Android SDK
1517
runs-on: ubuntu-24.04
18+
permissions:
19+
contents: read
20+
packages: write
1621
steps:
1722
- name: Delete packages
1823
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0

0 commit comments

Comments
 (0)