ci: updated the credentials for building docker image

This commit is contained in:
Jannat Patel
2024-12-23 12:28:31 +05:30
parent 7dbbe9dba4
commit d0189b0e3a

View File

@@ -27,7 +27,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.RELEASE_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Set Branch - name: Set Branch
run: | run: |
export APPS_JSON='[{"url": "https://github.com/frappe/lms","branch": "main"}]' export APPS_JSON='[{"url": "https://github.com/frappe/lms","branch": "main"}]'