Skip to content

Commit

Permalink
ci: update self hosted update models (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan authored Apr 19, 2024
1 parent b9ca1da commit efd0d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-models-self.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: update-models
name: update-models-self

on:
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ permissions:
id-token: write

jobs:
update-models:
update-models-self:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
run: |
cosign verify ${DIGEST} \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/update-models.yaml@refs/heads/main
--certificate-identity-regexp 'https://github\.com/sozercan/aikit/\.github/workflows/.+'
2 changes: 1 addition & 1 deletion .github/workflows/update-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:
run: |
cosign verify ${DIGEST} \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/update-models.yaml@refs/heads/main
--certificate-identity-regexp 'https://github\.com/sozercan/aikit/\.github/workflows/.+'

0 comments on commit efd0d25

Please sign in to comment.