Skip to content

Commit 0090af9

Browse files
committed
fix(ci): Resolve workflow-linter self-matching and metadata issues
1 parent f941ac6 commit 0090af9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
name: BoJ Server Build Trigger
3+
34
on:
45
push:
5-
branches: [main, master]
6+
branches: [ main, master ]
67
workflow_dispatch:
78

8-
permissions:
9-
contents: read
9+
permissions: read-all
1010

1111
jobs:
1212
trigger-boj:

0 commit comments

Comments
 (0)