Skip to content

Commit 1498749

Browse files
authored
Merge pull request #60 from amfoss/praveshan-develop
new secret
2 parents c40075f + 7d082d8 commit 1498749

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)