Skip to content

Commit

Permalink
fix: remove unreferenced inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
neumachen committed Dec 6, 2024
1 parent dad312f commit f9335f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ jobs:
with:
bloodhound_image_tar_artifact_name: ${{ needs.build-container-images.outputs.bloodhound_image_tar_artifact_name }}
bloodhound_image_tar_path: ${{ needs.build-container-images.outputs.bloodhound_image_tar_path }}
secrets:
dockerhub_account: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
ghcr_account: ${{ github.actor }}
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Anaylze Dockerfiles
uses: ./.github/workflows/reusable.lint-container-image.yml
secrets:
dockerhub_account: ${{ secrets.dockerhub_username }}
dockerhub_account: ${{ secrets.dockerhub_account }}
dockerhub_token: ${{ secrets.dockerhub_token }}
ghcr_account: ${{ github.actor }}
ghcr_token: ${{ secrets.github_token }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
eslint:
runs-on: ubuntu-latest
name: Anaylze JavaScript/TypeSCript Code
name: Anaylze JavaScript/TypeScript Code
steps:
- name: Download Image Tar
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f9335f4

Please sign in to comment.