Skip to content

Commit f28d56c

Browse files
committed
fix: workflow
1 parent e10a5f5 commit f28d56c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read # for github
15+
id-token: write # for npm
1316

1417
steps:
1518
- name: Checkout Repository

0 commit comments

Comments
 (0)