Skip to content

Commit

Permalink
Added checkout for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusB-DevOps committed Dec 9, 2024
1 parent 067a546 commit 419b8a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout secrets
uses: actions/checkout@v3
with:
secrets: USER_MAPPING_JSON

- name: List root directory
run: ls -la
Expand Down

0 comments on commit 419b8a4

Please sign in to comment.