Skip to content

Commit 12484ae

Browse files
cmelonealecbcs
andauthored
add permissions block for workflow
Co-authored-by: Alec Scott <hi@alecbcs.com>
1 parent f6f9bb9 commit 12484ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
if: ${{ needs.changes.outputs.container == 'true' }}
8181
needs: [changes, style, security]
8282
uses: ./.github/workflows/container.yml
83+
permissions:
84+
contents: read
85+
packages: write
8386

8487
all:
8588
needs:

0 commit comments

Comments
 (0)