Skip to content

Commit 7744f8c

Browse files
committed
fix global GHA permissions
1 parent be8c8a6 commit 7744f8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/godot-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ concurrency:
1212
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
1313
cancel-in-progress: true
1414

15+
# global permissions
16+
permissions: {}
17+
1518
jobs:
1619
static-checks:
1720
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)