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