Skip to content

Commit 6b529ed

Browse files
Chore: Organize permissions on pipeline.
1 parent 3c7eae5 commit 6b529ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ on:
99

1010
jobs:
1111
native:
12+
name: Native Builds
1213
permissions:
1314
contents: write
1415
uses: ./.github/workflows/native.yml
1516
secrets: inherit
1617

1718
wasm:
19+
name: WebAssembly
1820
permissions:
1921
contents: write
2022
uses: ./.github/workflows/wasm.yml
2123
secrets: inherit
2224

2325
demo:
24-
permissions:
25-
contents: write
26+
name: Deploy Demo (GitHub Pages)
2627
uses: ./.github/workflows/demo.yml
2728
secrets: inherit

0 commit comments

Comments
 (0)