Skip to content

Commit 7d082d8

Browse files
committed
new secret
1 parent 329c3ae commit 7d082d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cd myapp
8282
8383
# Create the .env file from the GitHub Secret
84-
echo "${{ secrets.DOT_ENV_FILE }}" > .env
84+
echo "${{ secrets.ENV_FILE }}" > .env
8585
8686
# Login to registry
8787
docker login -u ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} -p ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} registry.digitalocean.com

0 commit comments

Comments
 (0)