Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 29, 2024
1 parent a4d8251 commit 92c14bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
run: |
echo "HAVE_SECRETS=${{ env.TOKEN_BITWARDEN_SM != '' }}" >> $GITHUB_OUTPUT
wtf:
runs-on: self-hosted
steps:
- uses: 7mind/github-env@minimal
- run: |
env
docker run hello-world
build-jvm:
runs-on: ubuntu-latest
needs: [ 'checksecret' ]
Expand Down

0 comments on commit 92c14bd

Please sign in to comment.