Skip to content

Commit e75cfa8

Browse files
committed
ci(workflows): adjusting permissions on ci publish job
1 parent fdd36f2 commit e75cfa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Beerus Release
1+
name: CI Release
22

33
on:
44
workflow_dispatch:
@@ -48,6 +48,9 @@ jobs:
4848

4949
publish:
5050
runs-on: ubuntu-latest
51+
permissions:
52+
contents: read
53+
packages: write
5154
needs: [release]
5255

5356
steps:

0 commit comments

Comments
 (0)