Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jun 18, 2024
1 parent f545f49 commit c450db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
bash sbtgen.sc --js
bash .build.sh ${{ matrix.scala }} coverage
- uses: bitwarden/sm-action@v1.0.0
- uses: bitwarden/sm-action@v2
with:
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
secrets: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: 7mind/github-env@main
with:
java-version: 11
- uses: bitwarden/sm-action@v1.0.0
- uses: bitwarden/sm-action@v2
with:
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
secrets: |
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: 7mind/github-env@main
with:
java-version: ${{ matrix.java }}
- uses: bitwarden/sm-action@v1.0.0
- uses: bitwarden/sm-action@v2
with:
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
secrets: |
Expand Down

0 comments on commit c450db7

Please sign in to comment.