mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Fix secret name
This commit is contained in:
2
.github/workflows/devel.yaml
vendored
2
.github/workflows/devel.yaml
vendored
@@ -23,5 +23,5 @@ jobs:
|
|||||||
image: awx-operator
|
image: awx-operator
|
||||||
tags: devel
|
tags: devel
|
||||||
registry: quay.io/ansible/
|
registry: quay.io/ansible/
|
||||||
username: ${{ secrets.QUAY_USERNAME }}
|
username: ${{ secrets.QUAY_USER }}
|
||||||
password: ${{ secrets.QUAY_TOKEN }}
|
password: ${{ secrets.QUAY_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user