Skip to content

Commit

Permalink
Attempting to follow documentation to use a github access token
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 2, 2024
1 parent 6982233 commit c6c77d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# run: |
# mvn --batch-mode -f msusel-pique/pom.xml clean test

deploy_to_maven:
publish_maven_artifact:
needs: build_and_test
runs-on: ubuntu-latest
steps:
Expand All @@ -64,6 +64,8 @@ jobs:
- name: deploy to MSUSEL maven repository
run: |
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

# deploy_to_dockerhub:
# needs: build_and_test
Expand Down

0 comments on commit c6c77d4

Please sign in to comment.