New actions token
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: caperren/obsidian
|
||||
token: ${{ secrets.REGISTRY_TOKEN }}
|
||||
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
path: obsidian
|
||||
|
||||
- name: Checkout caperren-com Repository
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
registry: gitea.perren.cloud
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
Reference in New Issue
Block a user