Skip to content

Commit

Permalink
EGON-46: Try to fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Jan 16, 2024
1 parent 624b68b commit 50c44e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
CLONE_DIR=$(mktemp -d)
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Egon.io Bot"
git clone --single-branch --branch main "https://x-access-token:${{ secrets.EGON_IO_DEPLOYMENT_PAT }}@github.com/WPS/egon.io-website.git" "${CLONE_DIR}"
Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
with:
context: .
push: true
tags: latest
tags: egon.io:latest

0 comments on commit 50c44e8

Please sign in to comment.