File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
# Allows us to run this workflow manually from the Actions tab
9
9
workflow_dispatch :
10
10
11
+ permissions :
12
+ contents : read # for checkout
13
+
11
14
jobs :
12
15
# Single deploy job since we're just deploying
13
16
publish :
14
17
environment :
15
18
name : Deploy
16
19
runs-on : ubuntu-latest
20
+ permissions :
21
+ contents : write # to be able to publish a GitHub release
22
+ issues : write # to be able to comment on released issues
23
+ pull-requests : write # to be able to comment on pull requests
24
+ id-token : write # to enable use of ODIC for npm provenance
17
25
steps :
18
26
# Checkout to branch
19
27
- name : Checkout
Original file line number Diff line number Diff line change 57
57
"type" : " git" ,
58
58
"url" : " git@github.com:carbon-design-system/carbon-components-angular.git"
59
59
},
60
+ "publishConfig" : {
61
+ "provenance" : true
62
+ },
60
63
"license" : " Apache-2.0" ,
61
64
"author" : " IBM" ,
62
65
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments