File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ name: Release
66 - next
77 - beta
88 - " *.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+
917jobs :
1018 release :
1119 name : release
Original file line number Diff line number Diff line change 11{
22 "name" : " @probot/adapter-github-actions" ,
33 "publishConfig" : {
4- "access" : " public"
4+ "access" : " public" ,
5+ "provenance" : true
56 },
67 "version" : " 0.0.0-development" ,
78 "description" : " Adapter to run a Probot application function in GitHub Actions" ,
You can’t perform that action at this time.
0 commit comments