Заменил логин/пароль на токен в ci/cd
This commit is contained in:
parent
7b27c54dcd
commit
8903ecd254
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ jobs:
|
|||
uses: https://git.urec56.ru/urec/login-action@v3
|
||||
with:
|
||||
registry: git.urec56.ru
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
username: ${{ forge.actor }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Generate .env
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue