fix(ci): use token
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 18s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 10:28:16 +00:00
parent 98c7e13914
commit 5c5627ef5e
2 changed files with 1 additions and 49 deletions

View File

@@ -28,7 +28,7 @@ jobs:
with:
registry: ${{ vars.IMAGE_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CI_TOKEN }}
- name: Cache Python dependencies
uses: actions/cache@v3