Skip to content

Commit

Permalink
Update tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller authored Jun 21, 2024
1 parent 8b6d553 commit 41f458d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/tmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v4
- name: build file
env:
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: |
echo $OSS_SONATYPE_USERNAME >> secrets.txt
echo $OSS_SONATYPE_PASSWORD >> secrets.txt
echo $MAVEN_GPG_PASSPHRASE >> secrets.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
OSS_SONATYPE_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit 41f458d

Please sign in to comment.