Skip to content

Commit 28ff7da

Browse files
authored
ci: adopt deny-all top-level workflow permissions (#61)
1 parent 4751138 commit 28ff7da

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/bump-lockfile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Update lockfiles
22

3-
permissions:
4-
contents: write
5-
pull-requests: write
3+
permissions: {}
64

75
on:
86
workflow_dispatch:
@@ -35,3 +33,6 @@ jobs:
3533
labels: pixi
3634
delete-branch: true
3735
add-paths: pixi.lock
36+
permissions:
37+
contents: write
38+
pull-requests: write

0 commit comments

Comments
 (0)