Skip to content

Commit 4e6bb15

Browse files
authored
Update ci.yaml
1 parent 129fc7f commit 4e6bb15

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
tags:
1010
- 'v*.*.*'
1111

12-
permissions:
13-
packages: write
14-
contents: read
15-
1612
jobs:
1713
audit-project:
1814
if: startsWith(github.ref, 'refs/tags/')
@@ -28,6 +24,9 @@ jobs:
2824
path: "."
2925
build-push-image:
3026
runs-on: ubuntu-latest
27+
permissions:
28+
packages: write
29+
contents: read
3130
steps:
3231
- uses: actions/checkout@v4
3332
with:

0 commit comments

Comments
 (0)