Skip to content

Commit

Permalink
Merge pull request #9 from numerique-gouv/improve-submodule
Browse files Browse the repository at this point in the history
improve submodule
  • Loading branch information
rouja authored Jun 10, 2024
2 parents b7b5c14 + d47a36c commit 22c81d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Load sops secrets
uses: rouja/actions-sops@main
with:
secret-file: .github/workflows/secrets/numerique-gouv/dockerfiles/secrets.enc.env
secret-file: secrets/numerique-gouv/dockerfiles/secrets.enc.env
age-key: ${{ secrets.SOPS_PRIVATE }}
-
name: Login to DockerHub
Expand Down
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule ".github/workflows/secrets"]
path = .github/workflows/secrets
url = https://github.com/numerique-gouv/secrets.git
branch = main
[submodule "secrets"]
path = secrets
url = ../secrets

0 comments on commit 22c81d2

Please sign in to comment.