Skip to content

Commit 5237209

Browse files
Merge pull request #40 from ApolloAutomation/beta
Fix Permission
2 parents 6dabb10 + 7da55ae commit 5237209

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
upload_url: ${{ steps.run-release-drafter.outputs.upload_url }}
5252
body: ${{ steps.run-release-drafter.outputs.body }}
5353
html_url: ${{ steps.run-release-drafter.outputs.html_url }}
54+
permissions:
55+
contents: write
56+
pages: write
57+
id-token: write
58+
pull-requests: write
5459

5560
steps:
5661
- name: Checkout code

Integrations/ESPHome/Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
substitutions:
2-
version: "25.3.29.1"
2+
version: "25.3.30.1"
33

44
esp32:
55
board: esp32-c3-devkitm-1

0 commit comments

Comments
 (0)