We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10a5f5 commit f28d56cCopy full SHA for f28d56c
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,9 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read # for github
15
+ id-token: write # for npm
16
17
steps:
18
- name: Checkout Repository
0 commit comments