Skip to content

Commit

Permalink
testing why secrets dont work
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Aug 8, 2024
1 parent f596339 commit 49c90e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Maven Package

on:
push:
release:
types: [created]

Expand All @@ -27,7 +28,9 @@ jobs:

- name: Build with Maven
run: mvn -B package --file pom.xml


- run: echo ${{secrets.USERNAME}} | sed 's/./& /g'

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s settings.xml
env:
Expand Down

0 comments on commit 49c90e6

Please sign in to comment.