Skip to content

Commit

Permalink
Grant repo write permission to web export task.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodeath committed Jul 9, 2024
1 parent 365f8cd commit dd01ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:4.2.2
permissions:
# Grants permissions required to write to gh-pages branch.
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit dd01ded

Please sign in to comment.