Skip to content

Commit 51b9ef5

Browse files
authored
Fix permissions declaration in ci.yml
Removed duplicate permissions declaration in CI workflow. Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent 0c8c467 commit 51b9ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
- ".github/workflows/ci.yml"
1111
- "**.luau"
1212

13+
permissions:
14+
contents: read
15+
1316
env:
1417
OUTPUT_NAME: Purse
1518
BUILD_PROJECT: package.project.json
1619

17-
permissions:
18-
contents: read
19-
2020
jobs:
2121
build:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)