Skip to content

Commit 6af0f55

Browse files
committed
Fix workflow permissions
1 parent 0a6e690 commit 6af0f55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/buildx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
env:
1111
REGISTRY_IMAGE: teslamate/teslamate
1212

13+
permissions:
14+
contents: read
15+
packages: write
16+
1317
jobs:
1418
teslamate_build:
1519
strategy:

0 commit comments

Comments
 (0)