We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed55f2 commit ee09d43Copy full SHA for ee09d43
2 files changed
.github/workflows/cd.yml
@@ -19,3 +19,5 @@ jobs:
19
-e BUILD_TARGET=runtime \
20
-e DOCKER_TAG="${GITHUB_REF##*/}" \
21
release deploy
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
makefile
@@ -81,7 +81,7 @@ release-docker:
81
) done
82
83
gh-pages-remote:
84
- @git remote add ghp "https://$(GITHUB_AUTH_TOKEN)@github.com/ascoderu/lokole.git" && \
+ @git remote add ghp "https://$(GITHUB_TOKEN)@github.com/ascoderu/lokole.git" && \
85
git config --local user.name "Deployment Bot (from Github Actions)" && \
86
git config --local user.email "deploy@ascoderu.ca"
87
0 commit comments