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 9fecb5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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 }}
2 changes: 1 addition & 1 deletion .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

0 comments on commit 9fecb5d

Please sign in to comment.