Skip to content

Commit 1f4f99e

Browse files
committed
Added git credentials to github action
1 parent 43db218 commit 1f4f99e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/docker/Dockerfile.develop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV BUILD_CONFIGURATION=PRODUCTION
55
RUN apt update --yes
66
RUN apt upgrade --yes
77
RUN apt install git
8+
RUN apt install less
89

910
# repo setup
1011
# https://gerrit.googlesource.com/git-repo/+/HEAD/README.md

.github/workflows/github-pages-angular-deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Android repo init and sync
23-
uses: Xerner/github-actions-android-repo-init-and-sync@0.0.3
23+
uses: Xerner/github-actions-android-repo-init-and-sync@0.0.4
2424
with:
25+
password: ${{ secrets.ANDROID_REPO_TOKEN }}
2526
manifest_filename: xerner.github.io.default.xml
2627
- name: Deploy Angular to GitHub Pages
2728
uses: bitovi/github-actions-angular-to-github-pages@v1.0.0

0 commit comments

Comments
 (0)