Skip to content

Commit d8df059

Browse files
authored
CI: permissions for content and packages
1 parent 1b3ec51 commit d8df059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: Publish
2-
permissions:
3-
contents: read-write
42

53
on:
64
push:
@@ -10,7 +8,9 @@ on:
108
jobs:
119
build:
1210
runs-on: ubuntu-24.04
13-
11+
permissions:
12+
contents: read
13+
packages: write
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Docker meta

0 commit comments

Comments
 (0)