We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f910a4f commit 3aff4ccCopy full SHA for 3aff4cc
.github/workflows/push-lite-to-docker.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: Clone Iron Bank repo
37
run: |
38
mkdir ironbank_heimdall
39
- docker run -e GITLAB_HOST=repo1.dso.mil -e GITLAB_USERNAME=amann -e GITLAB_TOKEN={{ secrets.REPO1_PAT_AMANN_MINIMAL }} -v ironbank_heimdall:/ironbank_heimdall gitlab/glab glab repo clone https://amann:{{ secrets.REPO1_PAT_AMANN_MINIMAL }}@repo1.dso.mil/dsop/mitre/security-automation-framework/heimdall2.git /ironbank_heimdall
+ docker run -e GITLAB_HOST=repo1.dso.mil -e GITLAB_USERNAME=amann -e GITLAB_TOKEN="{{ secrets.REPO1_PAT_AMANN_MINIMAL }}" -v ironbank_heimdall:/ironbank_heimdall gitlab/glab glab repo clone https://amann:{{ secrets.REPO1_PAT_AMANN_MINIMAL }}@repo1.dso.mil/dsop/mitre/security-automation-framework/heimdall2.git /ironbank_heimdall
0 commit comments