We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d0b3b commit 549a038Copy full SHA for 549a038
.github/workflows/build-addon-on-push.yml
@@ -3,6 +3,9 @@ name: Build on push
3
4
on: [push, pull_request]
5
6
+permissions:
7
+ contents: write
8
+
9
env:
10
# Only used for the cache key. Increment version to force clean build.
11
GODOT_BASE_BRANCH: main
0 commit comments