Skip to content

Commit 549a038

Browse files
committed
Add write permissions so CI can make releases
1 parent b3d0b3b commit 549a038

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-addon-on-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build on push
33

44
on: [push, pull_request]
55

6+
permissions:
7+
contents: write
8+
69
env:
710
# Only used for the cache key. Increment version to force clean build.
811
GODOT_BASE_BRANCH: main

0 commit comments

Comments
 (0)