Skip to content

Commit

Permalink
ci: fix PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Jun 24, 2024
1 parent c8f30ff commit e345cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
reporter: java-junit
# fail-on-error: ${{ matrix.scala != '3' }}
- uses: bitwarden/sm-action@v2
if: (needs.checksecret.outputs.HAVE_SECRETS == 'true') && (success() || failure())
with:
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
secrets: |
Expand Down

0 comments on commit e345cb1

Please sign in to comment.