Skip to content

Commit

Permalink
ci: use env variables from GitHub Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jul 24, 2024
1 parent 4b85af2 commit 337b939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
dev:
runs-on: ubuntu-latest-m
env:
DOCKERHUB_REPO: ${{ secrets.DOCKERHUB_REPO }}
DOCKERHUB_IMG: ${{ secrets.DOCKERHUB_IMG }}
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
RELEASE_VERSION: ${{ github.ref_name }}

Expand Down

0 comments on commit 337b939

Please sign in to comment.