Skip to content

Commit f7fe73c

Browse files
committed
Fix release updater
1 parent 3a81a8d commit f7fe73c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request:
1010
branches: [ main ]
1111

12+
permissions:
13+
# required in case of tags to update releases
14+
contents: write
15+
1216
jobs:
1317
# see https://github.com/esphome/esphome-project-template/tree/main/.github/workflows
1418
build:

0 commit comments

Comments
 (0)