Skip to content

Commit

Permalink
Fixed action auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Jun 18, 2024
1 parent bd2d968 commit 66456b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
imgpkg push -i ghcr.io/${REPOSITORY_OWNER}/educates-workshop-gitops-configurer-workshop-bundle-colours-manifests:${REPOSITORY_TAG} \
-f ${{runner.temp}}/workshops-colours.yaml \
--registry-username=${{github.actor}} \
--registry-token=${{secrets.GITHUB_TOKEN}}
--registry-password=${{secrets.GITHUB_TOKEN}}
imgpkg push -i ghcr.io/${REPOSITORY_OWNER}/educates-workshop-gitops-configurer-workshop-bundle-animals-manifests:${REPOSITORY_TAG} \
-f ${{runner.temp}}/workshops-animals.yaml \
--registry-username=${{github.actor}} \
--registry-token=${{secrets.GITHUB_TOKEN}}
--registry-password=${{secrets.GITHUB_TOKEN}}
- name: Install crane
uses: imjasonh/[email protected]
Expand Down

0 comments on commit 66456b9

Please sign in to comment.