We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141a9d4 commit bcc00e6Copy full SHA for bcc00e6
.github/workflows/release-drafter.yml
@@ -1,8 +1,7 @@
1
# Draft the next release notes
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`.
+# This workflow is run to update the next release notes as pull requests are merged into
+# the main branch. The configuration file is located at `.github/release-drafter.yml`.
6
7
name: Release Drafter
8
@@ -11,10 +10,14 @@ on:
11
10
branches:
12
- main
13
14
-permissions: {}
+permissions:
+ contents: read
15
16
jobs:
17
update_release_draft:
18
+ permissions:
19
+ # write permission is required to create a github release
20
+ contents: write
21
runs-on: ubuntu-latest
22
if: github.repository == 'GenericMappingTools/pygmt'
23
0 commit comments