mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-04 02:10:21 +00:00
Fix for helm chart push tokens
This commit is contained in:
4
.github/workflows/push-helm-chart.yaml
vendored
4
.github/workflows/push-helm-chart.yaml
vendored
@@ -70,9 +70,9 @@ jobs:
|
||||
- name: Login to GHCR Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{env.REGISTRY}}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: stakater-user
|
||||
password: ${{secrets.GITHUB_TOKEN}}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish Helm chart to ghcr.io
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user