Skip to content

Commit

Permalink
fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed May 22, 2024
1 parent 30b9fbf commit 767203e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Sync registry.k8s.io to ghcr.io/canonical
env:
USERNAME: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go install github.com/regclient/regclient/cmd/regsync@latest
go install github.com/canonical/regsync@latest
regsync once --config ${GITHUB_WORKSPACE}/build-scripts/hack/sync-registry.yaml

0 comments on commit 767203e

Please sign in to comment.