diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48ccfc3c..cede11cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,9 @@ jobs: needs: build if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest + permissions: + contents: read + issues: write steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 168f6204..c4332a15 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ provides a distinct separation of concerns and means that your microservices do to an Ethereum node. [![Gitter](https://badges.gitter.im/eventeum/community.svg)](https://gitter.im/eventeum/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Eventeum CI](https://github.com/IoBuilders/eventeum/actions/workflows/main.yml/badge.svg)](https://github.com/IoBuilders/eventeum/actions/workflows/main.yml) ## Features diff --git a/core/pom.xml b/core/pom.xml index ee76c171..fcdd511d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -26,15 +26,6 @@ eventeum-core ${eventeum.core.version} - - - github - GitHub Packages - - https://maven.pkg.github.com/${GITHUB_REPOSITORY} - - - org.springframework.boot diff --git a/pom.xml b/pom.xml index e9b3bb78..0192199b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,15 +58,10 @@ - artifactory - artifactory - https://eventeum.jfrog.io/artifactory/eventeum + github + GitHub Packages + https://maven.pkg.github.com/iobuilders/eventeum - - artifactory - artifactory - https://eventeum.jfrog.io/artifactory/eventeum -