Skip to content

Commit

Permalink
Replace public token with one-time token (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored May 5, 2022
1 parent b206081 commit b59cd0a
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": "cs-minion",
"password": "\u0067hp_cUbDuVYAtFgin3nB8cvTjZ3NZTEvLg4Vfhjf"
"username": "${{ github.actor }}",
"password": "${{ secrets.GITHUB_TOKEN }}"
}]
- name: Build with Maven
run: mvn install -Dskip.tests --batch-mode --update-snapshots --no-transfer-progress
Expand Down

0 comments on commit b59cd0a

Please sign in to comment.