diff --git a/.woodpecker/dev.yaml b/.woodpecker/dev.yaml index 8f9d0d6..cb6bda7 100644 --- a/.woodpecker/dev.yaml +++ b/.woodpecker/dev.yaml @@ -8,7 +8,7 @@ steps: tags: dev-${CI_PIPELINE_NUMBER} username: stawros password: - from_secret: hattori_git_pat + from_secret: hattori-packages when: - event: pull_request evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"' diff --git a/.woodpecker/latest.yaml b/.woodpecker/latest.yaml index 10b9e1b..060cde4 100644 --- a/.woodpecker/latest.yaml +++ b/.woodpecker/latest.yaml @@ -8,7 +8,7 @@ steps: tags: latest username: stawros password: - from_secret: hattori_git_pat + from_secret: hattori-packages when: - event: [ tag, push, manual ] branch: master