Skip to content

Commit

Permalink
Update update_metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe authored Oct 24, 2023
1 parent 78a352e commit c1c4bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: publish to ghcr.io
run: |
kpm login -u ${{ secrets.GITHUB_USERNAME }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
kpm login -u ${{ secrets.DEPLOY_ACCESS_NAME }} -p ${{ secrets.DEPLOY_ACCESS_TOKEN }} ghcr.io
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./scripts/push_pkg_from.sh $file
done
Expand Down

0 comments on commit c1c4bc8

Please sign in to comment.