Skip to content

Commit ee09d43

Browse files
c-wDeployment Bot (from Github Actions)
authored andcommitted
Fix CD
1 parent 0ed55f2 commit ee09d43

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
-e BUILD_TARGET=runtime \
2020
-e DOCKER_TAG="${GITHUB_REF##*/}" \
2121
release deploy
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ release-docker:
8181
) done
8282

8383
gh-pages-remote:
84-
@git remote add ghp "https://$(GITHUB_AUTH_TOKEN)@github.com/ascoderu/lokole.git" && \
84+
@git remote add ghp "https://$(GITHUB_TOKEN)@github.com/ascoderu/lokole.git" && \
8585
git config --local user.name "Deployment Bot (from Github Actions)" && \
8686
git config --local user.email "deploy@ascoderu.ca"
8787

0 commit comments

Comments
 (0)