Skip to content

Commit

Permalink
Add write permissions so CI can make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Jan 29, 2025
1 parent 593a72b commit 2ab3f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-addon-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build on push

on: [push, pull_request]

permissions:
contents: write

env:
# Only used for the cache key. Increment version to force clean build.
GODOT_BASE_BRANCH: master
Expand Down

0 comments on commit 2ab3f75

Please sign in to comment.