File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,19 @@ Make sure to install all required packages in the workflow before executing this
114
114
Uses all the defaults
115
115
116
116
``` yaml
117
+ permissions :
118
+ contents : write
119
+
117
120
- name : Conventional Changelog Action
118
121
uses : TriPSs/conventional-changelog-action@v3
119
122
with :
120
123
github-token : ${{ secrets.github_token }}
121
124
` ` `
122
125
126
+ Write permissions are required in order to enable ` git push` when a new version is generated. In some configurations, the
127
+ default `secrets.github_token` may not have the correct permissions. You can check your default permissions by looking at
128
+ " Set up job" section of your GitHub action run log.
129
+
123
130
Overwrite everything
124
131
125
132
` ` ` yaml
You can’t perform that action at this time.
0 commit comments