mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-03 14:21:38 -08:00
Merge pull request #14 from Moonlite-Media/dockerizing
adding 'secrets' lol
This commit is contained in:
commit
c728317c7a
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
|
||||
- name: Create .env file
|
||||
run: |
|
||||
echo "SDAPI_USERNAME=${{ secret.STAGING_API_USERNAME }}" > .env
|
||||
echo "SDAPI_PASSWORD=${{ secret.STAGING_API_PASSWORD }}" >> .env
|
||||
echo "SDAPI_USERNAME=${{ secrets.STAGING_API_USERNAME }}" > .env
|
||||
echo "SDAPI_PASSWORD=${{ secrets.STAGING_API_PASSWORD }}" >> .env
|
||||
|
||||
- name: Build and tag Docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue