Skip to content

Commit 4789592

Browse files
authored
Merge pull request #16 from faroshq/copilot/revert-pr-15
[WIP] Revert pull request #15
2 parents 9159416 + 58b54da commit 4789592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
HELM_EXPERIMENTAL_OCI: 1
4949
run: |
5050
# Login to GitHub Container Registry for Helm
51-
echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
51+
echo "${{ github.token }}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
5252
5353
# Set chart version - use tag name if available, otherwise use semver format
5454
if [[ "${{ github.ref_type }}" == "tag" ]]; then

0 commit comments

Comments
 (0)