Skip to content

Commit

Permalink
build(cosign): 👷 update signature verification since repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
xaf committed Jan 21, 2025
1 parent 981b41e commit 599a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
--signature ${{ env.BUILD_FILENAME }}-keyless.sig \
--certificate ${{ env.BUILD_FILENAME }}-keyless.pem \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp 'https://github.com/XaF/omni/.*' \
--certificate-identity-regexp 'https://github.com/[Xx]a[Ff]/omni/.*' \
${{ env.BUILD_FILENAME }}.tar.gz
- name: Unarchive the artifact
Expand Down

0 comments on commit 599a0fd

Please sign in to comment.