Set token for private repo access
Some checks failed
Build and Test / determine_version (push) Successful in 6s
Build and Test / test (push) Successful in 2s
Build and Test / build_and_push (push) Failing after 34s

This commit is contained in:
2025-03-23 22:02:56 -07:00
parent 94b55eb245
commit a355bb1bcd

View File

@@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: caperren/obsidian
ref: main
token: ${{ secrets.REGISTRY_TOKEN }}
path: obsidian
- name: Checkout caperren-com Repository
@@ -65,8 +65,6 @@ jobs:
gitea.perren.cloud/caperren/${{ needs.determine_version.outputs.repo_name }}:${{ needs.determine_version.outputs.project_version }}
gitea.perren.cloud/caperren/caperren-com:latest
test:
runs-on: ubuntu-latest
steps: