Skip to content

Commit 18c4665

Browse files
committed
chore: fix permissions
Signed-off-by: BRIAN GLEESON <Brian.Gleeson@ie.ibm.com>
1 parent 8d9bcf2 commit 18c4665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: (github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore(release):')) || (github.event_name == 'workflow_dispatch' && inputs.publish_javadoc)
3232

3333
permissions:
34-
contents: read
34+
contents: write
3535
pages: write
3636

3737
steps:

0 commit comments

Comments
 (0)