Skip to content

Commit

Permalink
Merge pull request #5996 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Pass Maven auth creds
  • Loading branch information
tzununbekov authored Feb 26, 2024
2 parents 4a517cd + c0b243d commit 7ba2b31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}

jobs:
release-nightly:
Expand Down Expand Up @@ -131,6 +134,7 @@ jobs:
post-release:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
needs: [release-tag]

steps:
Expand Down

0 comments on commit 7ba2b31

Please sign in to comment.