fix(ci): use token
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 18s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user