Inline pw
This commit is contained in:
@ -31,9 +31,9 @@ jobs:
|
||||
- name: Login to Registry
|
||||
run: |
|
||||
# Gitea automatically provides the token and actor variables
|
||||
echo ${{ secrets.REPOSITORY_TOKEN }} | helm registry login ${{ env.REGISTRY_HOST }} \
|
||||
helm registry login ${{ env.REGISTRY_HOST }} \
|
||||
--username ${{ gitea.repository_owner }} \
|
||||
--password-stdin
|
||||
--password ${{ secrets.REPOSITORY_TOKEN }}
|
||||
|
||||
- name: Push to Gitea Registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user