Skip to content

Commit

Permalink
Feature/devops build (#6)
Browse files Browse the repository at this point in the history
* feat(maven-build): ci-cd to push to maven central

* update secret configuration

* update secret configuration

* Use sbt in place of maven

* remove unnecessary secrets

* fmt

---------

Co-authored-by: Seun Soyinka <ssoyinka@MacBook-Pro-2.local>
  • Loading branch information
Seun0925 and Seun Soyinka authored Aug 19, 2024
1 parent 89685f5 commit 50af58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Publish to GitHub Packages
run: sbt publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 50af58a

Please sign in to comment.