Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Sep 26, 2023
1 parent adedda4 commit 6ba5edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
persist-credentials: false

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-ui-landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
persist-credentials: false

- name: 👀 Read app name
uses: SebRollen/toml-action@v1.0.2
Expand Down

0 comments on commit 6ba5edb

Please sign in to comment.