Skip to content

Commit

Permalink
Test mxschmitt/action-tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Aug 21, 2023
1 parent e985c2b commit 2e6c07e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/standard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

- name: Run simple checks
run: |
PATH=$PATH:./scripts
Expand Down

0 comments on commit 2e6c07e

Please sign in to comment.