Skip to content

Commit d4377a6

Browse files
authored
[build] Define build workflow permissions (#288)
1 parent 9ebaed9 commit d4377a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
id-token: write
8+
59
concurrency:
610
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
711
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}

0 commit comments

Comments
 (0)