chore: PAT changed (2)

This commit is contained in:
Piotr Dec 2025-11-29 01:39:39 +01:00
parent 62c7306844
commit 66f5608dfc
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ steps:
tags: dev-${CI_PIPELINE_NUMBER} tags: dev-${CI_PIPELINE_NUMBER}
username: stawros username: stawros
password: password:
from_secret: hattori_git_pat from_secret: hattori-packages
when: when:
- event: pull_request - event: pull_request
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"' evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'

View file

@ -8,7 +8,7 @@ steps:
tags: latest tags: latest
username: stawros username: stawros
password: password:
from_secret: hattori_git_pat from_secret: hattori-packages
when: when:
- event: [ tag, push, manual ] - event: [ tag, push, manual ]
branch: master branch: master