File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ name: Release
6
6
- next
7
7
- beta
8
8
- " *.x"
9
+
10
+ # These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
11
+ permissions :
12
+ contents : write # to be able to publish a GitHub release
13
+ issues : write # to be able to comment on released issues
14
+ pull-requests : write # to be able to comment on released pull requests
15
+ id-token : write # to enable use of OIDC for npm provenance
16
+
9
17
jobs :
10
18
release :
11
19
name : release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @probot/adapter-github-actions" ,
3
3
"publishConfig" : {
4
- "access" : " public"
4
+ "access" : " public" ,
5
+ "provenance" : true
5
6
},
6
7
"version" : " 0.0.0-development" ,
7
8
"description" : " Adapter to run a Probot application function in GitHub Actions" ,
You can’t perform that action at this time.
0 commit comments