Skip to content

Commit

Permalink
Merge pull request #813 from ScorexFoundation/ci-add-has-secrets
Browse files Browse the repository at this point in the history
set HAS_SECRETS on CI env;
  • Loading branch information
aslesarenko authored Jun 15, 2022
2 parents c59139b + 12610cf commit 6392cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:
jobs:
build:
name: Test and publish a snapshot
env:
HAS_SECRETS: ${{ secrets.SONATYPE_PASSWORD != '' }}
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 6392cbc

Please sign in to comment.