File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Draft the next release notes
2
2
#
3
- # This workflow is run to update the next release notes as pull requests are
4
- # merged into the main branch. The configuration file is located at
5
- # `.github/release-drafter.yml`.
3
+ # This workflow is run to update the next release notes as pull requests are merged into
4
+ # the main branch. The configuration file is located at `.github/release-drafter.yml`.
6
5
#
7
6
name : Release Drafter
8
7
11
10
branches :
12
11
- main
13
12
14
- permissions : {}
13
+ permissions :
14
+ contents : read
15
15
16
16
jobs :
17
17
update_release_draft :
18
+ permissions :
19
+ # write permission is required to create a github release
20
+ contents : write
18
21
runs-on : ubuntu-latest
19
22
if : github.repository == 'GenericMappingTools/pygmt'
20
23
You can’t perform that action at this time.
0 commit comments