Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romanovich23 committed Dec 10, 2024
1 parent cfc3402 commit d062ab3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 0 additions & 9 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
<artifactId>eventeum-core</artifactId>
<version>${eventeum.core.version}</version>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<!--suppress UnresolvedMavenProperty -->
<url>https://maven.pkg.github.com/${GITHUB_REPOSITORY}</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,10 @@

<distributionManagement>
<repository>
<id>artifactory</id>
<name>artifactory</name>
<url>https://eventeum.jfrog.io/artifactory/eventeum</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/iobuilders/eventeum</url>
</repository>
<snapshotRepository>
<id>artifactory</id>
<name>artifactory</name>
<url>https://eventeum.jfrog.io/artifactory/eventeum</url>
</snapshotRepository>
</distributionManagement>

<repositories>
Expand Down

0 comments on commit d062ab3

Please sign in to comment.