Skip to content

Commit de36b28

Browse files
committed
ci: add token permissions
1 parent 098a979 commit de36b28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ env:
1414
jobs:
1515
build:
1616
name: "Build"
17+
1718
runs-on: ubuntu-latest
19+
20+
permissions:
21+
contents: read
22+
packages: write
23+
attestations: write
24+
id-token: write
25+
1826
steps:
1927
- name: "⬇ Checkout"
2028
uses: actions/checkout@v4

0 commit comments

Comments
 (0)