Skip to content

Commit

Permalink
Replace GH secret with public read-only token
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr committed Apr 8, 2022
1 parent 7211f2a commit 0160a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
servers: |
[{
"id": "github",
"username": "${{ secrets.GHPR_USERNAME }}",
"password": "${{ secrets.GHPR_TOKEN }}"
"username": "cs-minion",
"password": "\u0067hp_cUbDuVYAtFgin3nB8cvTjZ3NZTEvLg4Vfhjf"
}]
- name: Build with Maven
run: mvn install -Dskip.tests --batch-mode --update-snapshots --no-transfer-progress
Expand Down

0 comments on commit 0160a5b

Please sign in to comment.