Skip to content

Commit

Permalink
Update dev-robgruen-docker.yml
Browse files Browse the repository at this point in the history
Attempting to retrieve .env from getKeys in container instead of from github action secrets
  • Loading branch information
robgruen authored Nov 20, 2024
1 parent 3cfa94d commit 57a077e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dev-robgruen-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
with:
ref: dev/robgruen/android_sans_MSAL

- uses: 1arp/[email protected]
with:
path: ${{ github.workspace }}/ts/
isAbsolutePath: true
file: .env
content: ${{ secrets.DOCKER_DOT_ENV }}
# - uses: 1arp/[email protected]
# with:
# path: ${{ github.workspace }}/ts/
# isAbsolutePath: true
# file: .env
# content: ${{ secrets.DOCKER_DOT_ENV }}

- uses: dorny/paths-filter@v3
id: filter
Expand Down

0 comments on commit 57a077e

Please sign in to comment.