Skip to content

Commit

Permalink
Try to make cosign work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebclem committed Sep 10, 2024
1 parent 2471dff commit 9a57bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}
cosign sign --yes ${images} --oidc-issuer=https://token.actions.githubusercontent.com --oidc-provider=github-actions
update_main_ha_repository:
name: Update HA addon repository
Expand Down

0 comments on commit 9a57bc7

Please sign in to comment.