Skip to content

Commit 5016f9b

Browse files
fix: Workflow does not contain permissions (#20)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 873799d commit 5016f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# .github/workflows/publish-to-maven-central.yml
22

33
name: Publish to Maven Central
4+
permissions:
5+
contents: read
46
on:
57
release:
68
types: [released]

0 commit comments

Comments
 (0)