Skip to content

Commit

Permalink
Adjust deploy permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed Mar 25, 2024
1 parent 7cbcd54 commit 2aa98b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
branches:
- 'main'

permissions:
pages: write
contents: write
env:
GODOT_VERSION: 4.2.1
EXPORT_NAME: Brave-Frontier-Godot
PROJECT_PATH: ./

jobs:
export-web:
permissions:
pages: write
id-token: write
name: Web Export
runs-on: ubuntu-20.04
container:
Expand Down

0 comments on commit 2aa98b2

Please sign in to comment.